When to use it? When running compliance for a Merchant, a specific user has been declined. In this case, we will allow to reopen the compliance process for this user by sending this webhook. It's important to know that this web-hook will only work on users with a current DECLINED status.
Note: The merchantId and userId expected are Toqio's Merchant and User ids.
webhookType: REOPEN_USER_COMPLIANCE
model
{
"provider":{
"type":"string",
"notEmpty":true
},
"merchantId":{
"type":"string",
"notEmpty":true
},
"userId":{
"type":"string",
"notEmpty":true
}
}
example
{
"provider":"MY_COMPLIANCE_PROVIDER",
"merchantId":"67a24300c4r9af70f863fb12",
"userId":"67a24300c4r9af70f863f345"
}