Skip to main content
WEBHOOK
customer.status
{
  "event": {
    "id": "d9851714-d65d-40c2-9bdb-917a2e053547",
    "event_reference_id": "efb54adf-b7f4-4716-80e3-806e11f20b7b",
    "type": "customer.status",
    "created_at": "2025-12-10T10:30:20.591753Z",
    "sandbox_mode": true
  },
  "data": {
    "country_of_residence": "CAN",
    "created_at": "0001-01-01T00:00:00Z",
    "customer_id": "efb54adf-b7f4-4716-80e3-806e11f20b7b",
    "customer_status": "REVIEWING",
    "email": "[email protected]",
    "first_name": "Jane",
    "last_name": "Doe",
    "phone": "+14161234545",
    "tos_policies_url": "ffa0d3f3-1db7-44b1-b676-254369086d98",
    "type": "INDIVIDUAL",
    "updated_at": "0001-01-01T00:00:00Z",
    "verification_type": "STANDARD"
  }
}
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's status changes during verification

event
object
required
data
object
required

Individual customer data in webhook payload

Response

200

Webhook received successfully