Integration guide
Chargebacks
Handle reversed conversions.
Chargebacks
When a conversion is reversed, we send a postback with status=chargeback for the same txid.
Your server should:
- Look up the original credit by
txid - Reverse the currency / balance
- Return
200
Do not credit again if a later approved arrives for a charged-back token unless our support confirms.