payment.container.chargeback_resolved
Fired when a dispute on a container order resolves with outcome "won" or "lost".
Header Parameters
HMAC-SHA256 of the raw request body using your shared secret. Format: sha256=<64-hex>.
Unix epoch seconds at which the envelope was signed. Reject if skew > 5 minutes.
UUID v4. Use to dedupe redelivered events.
Echoed event name (also present inside the envelope as event_name).
Request Body
application/json
Outbound webhook payload posted to the merchant's configured webhook_url.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Example Requests
/payment.container.chargeback_resolvedpayment.container.chargeback_opened Webhook
Fired when the underlying payment provider raises a dispute on a container order. Includes evidence_due_by so the merchant can prepare evidence in time.
payment.container.failed Webhook
Fired when a payment_container payment fails terminally (card declined, BNPL rejected, etc.). No order is created on our side.