Webhook Events
refund.failed
Occurs when a payment refund fails.
WEBHOOK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
application/json
Internal refund ID.
Example:
"ref_abc123"
Example:
"pay_019e60cb..."
Dollar value, 2 d.p.
Example:
"25.00"
Example:
"USD"
Example:
"succeeded"
Example:
"requested_by_customer"
Example:
"stripe"
Response
200
Webhook processed successfully.
Previous
dispute.createdOccurs when a payment charge is disputed by the customer (chargeback initiated).
Next