When to use it? When running compliance for a Merchant, if it has been accepted, meaning all compliance checks have passed positively, this webhook will complete it's compliance process also completing and accepting compliance for all it's documents, administrators and setting the Merchant in a Pending Account status. At this stage, a user with permissions to do so, can create the first account for that Merchant.
Note: The merchantId expected is the Toqio Merchant id.
Note: The compliance process must have started to be able to complete it. A merchant with a not started compliance process can't complete compliance.
webhookType: COMPLETE_MERCHANT_COMPLIANCE
model
{
"provider": {
"type": "string",
"notEmpty": true
},
"merchantId": {
"type": "string",
"notEmpty": true
}
example
{
"provider": "MY_COMPLIANCE_PROVIDER",
"merchantId": "67a24300c4r9af70f863fb12"
}