Webhook - Customer Verification Status
Customer Verification Status
The CUSTVSTAT
event is triggered when a Partner's customer verification status is updated as the customer progresses through the KYC/KYB Process.
This notification type is only available to Modulr's Partners and is not available to Direct Customers.
Parameter | Description |
---|---|
EventId | Unique id for the webhook event. This can change if webhook needs to be resent. |
EventName | Type of event: CUSTVSTAT - Customer Verification Status Update. |
EventTime | Date and Timestamp for the Event - All Dates and times are UTC based. |
NewStatus | Updated verification status of the customer. |
OldStatus | Previous verification status of the customer. |
CustomerId | Modulr Unique Customer Reference for the impacted customer. |
Example CUSTVSTAT Webhook
{
"EventId": "eb543484-0a6e-4e7f-8fe9-a2fec82e6d60",
"EventName": "CUSTVSTAT",
"EventTime": "2020-01-01T19:27:18+0000",
"NewStatus": "VERIFIED",
"OldStatus": "REVIEWED",
"CustomerId": "C1335G92"
}
Updated 11 months ago