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. |
ExternalReference | This can be a unique reference that links to your own platform to allow linking of Customer record on Modulr with the record on your own system. |
Example CUSTVSTAT Webhook
{
"EventId": "eb543484-0a6e-4e7f-8fe9-a2fec82e6d60",
"EventName": "CUSTVSTAT",
"EventTime": "2020-01-01T19:27:18+0000",
"NewStatus": "VERIFIED",
"OldStatus": "REVIEWED",
"CustomerId": "C1335G92",
"ExternalReference": "f94e7443-a3b5-43d2-bfb3-904268ffdd8e"
}
Updated 25 days ago