Fiat Callbacks

Invoice

First of all, invoices can be in three statuses:

  • 😡 Failed – payment has failed

Webhook request body:

Withdrawal

First of all, withdrawals can be in two statuses:

  • 😡 Failed – withdrawal is failed

Webhook request body:

Batch Withdrawal

Fiat batch withdrawals are split into single withdraws, so some of them may fail.

Fail withdraws will be refunded to your balance, but you should pay attention to paidAmount, amount and failedAmount fields in body.

You should use paid amount field which represents success withdrawal amount

First of all, batch withdraw can be in single status:

Webhook request body:

Last updated