Webhook Events
dispute.won
Occurs when a dispute challenge is won by the merchant.
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.
Previous
dispute.lostOccurs when a dispute challenge is lost and the funds are returned to the cardholder.
Next