{
"id": "<string>",
"type": "USER_APPLICATION_STATUS_UPDATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalId": "cardholder_8f21a",
"email": "john.doe@example.com",
"phoneNumber": "+14155552671",
"firstName": "John",
"lastName": "Doe",
"country": "US",
"dateOfBirth": "1990-05-15",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"application": {
"rejectionReason": "<string>",
"documents": [
{}
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z"
}
}Notifications
User application status updated
Fired when a user application status changes (e.g., KYC approved, rejected, retry required).
WEBHOOK
USER_APPLICATION_STATUS_UPDATED
{
"id": "<string>",
"type": "USER_APPLICATION_STATUS_UPDATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalId": "cardholder_8f21a",
"email": "john.doe@example.com",
"phoneNumber": "+14155552671",
"firstName": "John",
"lastName": "Doe",
"country": "US",
"dateOfBirth": "1990-05-15",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"application": {
"rejectionReason": "<string>",
"documents": [
{}
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z"
}
}