Skip to main content
WEBHOOK

Payload Fields

Reason Field

The reason field is a JSON-encoded string from the KYC provider. Parse it to access structured rejection data:
The short_description field contains a human-readable summary suitable for display. Use risk for programmatic handling.

Body

application/json
event
string

The event type identifier (e.g. card.funded).

version
string

Webhook payload version.

sign
string

HMAC-SHA256 signature of the data object using your webhook secret. Always verify this before processing.

data
object

Response

200

Acknowledge receipt of the event