Skip to main content
WEBHOOK
customer.created
{
  "event": {
    "id": "60bef15c-4e30-4eb4-bc4d-aa697a7e0857",
    "event_reference_id": "c3309534-1517-4d15-b244-be8f943c3823",
    "type": "customer.created",
    "created_at": "2025-11-30T07:40:06.853938Z",
    "sandbox_mode": true
  },
  "data": {
    "country_of_residence": "USA",
    "created_at": "2025-11-30T07:40:06Z",
    "customer_id": "c3309534-1517-4d15-b244-be8f943c3823",
    "customer_status": "INCOMPLETE",
    "email": "[email protected]",
    "first_name": "John",
    "last_name": "Doe",
    "phone": "+12597751234",
    "tos_policies_url": "25764ef6-0f4f-4846-b7c6-9df0598358e9",
    "type": "INDIVIDUAL",
    "updated_at": "2025-11-30T07:40:07Z",
    "verification_type": "RELIANCE"
  }
}
Security: All webhook requests include HMAC signatures for verification. Learn how to verify webhook signatures to ensure requests are authentic.

Body

application/json

Webhook triggered when a customer is successfully created

event
object
required
data
object
required

Individual customer data in webhook payload

Response

200

Webhook received successfully