Skip to main content

Chargeback Webhook

Chargeback

POST/webhook/chargeback

Webhook notification sent when a chargeback or dispute alert is triggered. The SDK parses `$_POST`, verifies the MD5 signature, and returns a `ChargebackWebhookRequest`. Call `webhookRespondOk()` after processing.

SDK methodchargeback()

ParametersRequest body

memberidstring
Merchant ID
orderidstring
Merchant order ID
transaction_idstring
SDK property: transactionId. Platform transaction ID
amountstring
Original order amount
refund_orderidstring
SDK property: refundOrderid. Refund order ID
refund_amountstring
SDK property: refundAmount. Refunded amount
alert_datetimestring
SDK property: alertDatetime. Notification timestamp
alert_typestring
SDK property: alertType. Ethoca / RDR / Chargebacks / Refund
alert_contentstring
SDK property: alertContent. Alert details
alert_statusstring
SDK property: alertStatus. `00` success; `11` failed
signstringsign
MD5 signature