Decline Merchant Compliance

When to use it? When running compliance for a Merchant, if it has been declined, meaning the compliance checks have resulted in a negative decision, this web-hook will decline it's compliance process also declining compliance for all it's administrators and setting the Merchant in a DECLINED status.

Note: The merchantId expected is the Toqio Merchant id.

webhookType: DECLINE_MERCHANT_COMPLIANCE

model

{
   "provider":{
      "type":"string",
      "notEmpty":true
   },
   "merchantId":{
      "type":"string",
      "notEmpty":true
   },
   "declinedReason":{
      "type":"string",
      "notEmpty":false
   }
}

example

{
   "provider":"MY_COMPLIANCE_PROVIDER",
   "merchantId":"67a24300c4r9af70f863fb12",
   "declinedReason":"My declined reason"
}