When client change status on Whitebird we send to merchant webhook(only for linked client)
Webhook structure:
{
“type”: “CLIENT_STATUS_CHANGED”,
“linkId”: “uuid”,
“status”: “PENDING/VERIFIED/FROZEN”,
“createdAt”: “yyyy-mm-ddThh:mm:ssZ”
}
When client change status on Whitebird we send to merchant webhook(only for linked client)
Webhook structure:
{
“type”: “CLIENT_STATUS_CHANGED”,
“linkId”: “uuid”,
“status”: “PENDING/VERIFIED/FROZEN”,
“createdAt”: “yyyy-mm-ddThh:mm:ssZ”
}