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.

ParameterDescription
EventIdUnique id for the webhook event. This can change if webhook needs to be resent.
EventNameType of event: CUSTVSTAT - Customer Verification Status Update.
EventTimeDate and Timestamp for the Event - All Dates and times are UTC based.
NewStatusUpdated verification status of the customer.
OldStatusPrevious verification status of the customer.
CustomerIdModulr Unique Customer Reference for the impacted customer.
ExternalReferenceThis 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"
}