WEBHOOK
core.kyc.tax-details.status-changed
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "type": "core.kyc.tax-details.status-changed",
  "createdAt": "2021-01-01T00:00:00Z",
  "data": {
    "status": "ok",
    "userId": "123e4567-e89b-12d3-a456-426614174000"
  }
}

Headers

webhook-id
string
required

The unique identifier of the webhook.

webhook-timestamp
integer
required

The timestamp of the webhook, in seconds after the Unix epoch.

webhook-signature
string
required

The signature of the webhook.

Body

application/json

KYC tax details status changed event.

The webhook event information.

Response

200

Return a 200 status to indicate that the data was received successfully.