Fired when a user application status changes (e.g., KYC approved, rejected, retry required).
{ "id": "<string>", "type": "USER_APPLICATION_STATUS_UPDATED", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "phoneNumber": "<string>", "firstName": "<string>", "lastName": "<string>", "country": "US", "dateOfBirth": "1990-05-15", "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "application": { "status": "NOT_STARTED", "rejectionReason": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>" } }
Unique event identifier for idempotency
Webhook event type
USER_APPLICATION_STATUS_UPDATED
Show child attributes
Webhook received successfully. Return any 2xx status to acknowledge.