Chargeback webhooks

Subscribe to chargeback webhooks for updates on status changes

Chargebacks


Webhooks can be configured to receive updates on every status change that occurs through the lifecycle of a chargeback.

Chargeback webhook payload

The webhook payload data field represents all chargeback detail fields returned by the get chargeback endpoint.

Chargeback events

StatusChargeback StatusDescription
chargeback.inquiry_action_requiredINQUIRY_ACTION_REQUIREDTriggered when a chargeback is in the inquiry phase and the merchant can respond by providing evidence that the payment was valid.
chargeback.inquiry_processingINQUIRY_PROCESSINGTriggered when a merchant responds to the inquiry and the cardholder's bank is now decisioning the inquiry.
chargeback.dispute_action_requiredDISPUTE_ACTION_REQUIREDTriggered when a chargeback is in the dispute phase and the merchant can respond by providing evidence that the payment was valid.
chargeback.chargeback_processingCHARGEBACK_PROCESSINGTriggered when a merchant responds to the dispute and the cardholder's bank is now decisioning the chargeback.
chargeback.provisional_winPROVISIONAL_WINTriggered when a merchant provisionally wins the chargeback. Funds will be returned to the merchant. The chargeback can still be lost while the cardholder's bank finalizes their decision.
chargeback.lostLOSTTriggered when a chargeback is ruled in favor of the cardholder and the merchant loses the chargeback. This is final and the merchant cannot overturn this decision.
chargeback.wonWON`Triggered when a chargeback is ruled in favor of the merchant and the merchant wins the chargeback. This is final and the cardholder cannot overturn this decision.