Webhook Events
dispute.created
Occurs when a payment charge is disputed by the customer (chargeback initiated).
WEBHOOK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
application/json
Internal dispute ID.
Example:
"dsp_abc123"
Example:
"pay_019e60cb..."
Dollar value, 2 d.p.
Example:
"100.00"
Example:
"USD"
Example:
"needs_response"
Example:
"fraudulent"
Response
200
Webhook processed successfully.