Webhooks - Sub-Customers

After submitting kyc of your sub-customer we send updates via webhooks to alert you on the onboarding status of that customer.

Webhook Payload Structure

subcustomer.kyc_status_updated

{
  "eventType": "subcustomer.kyc_status_updated",
  "data": {
    "subCustomerId": "395b5fa7-5868-447a-aed4-63830a1c4a92",
    "onboardingStatus": "APPROVED",
    "businessId": "5b07419e-46de-4bd6-8557-96b423982048",
    "name": "Acme",
    "email": "[email protected]",
    "status": "ACTIVE",
    "createdAt": "2025-07-09T17:01:53.926Z",
    "updatedAt": "2025-07-09T17:01:53.926Z"
  }
}

Last updated