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:

  1. Look up the original credit by txid
  2. Reverse the currency / balance
  3. Return 200

Do not credit again if a later approved arrives for a charged-back token unless our support confirms.