Coin Withdrawal callbacks
Handling callbacks correctly is crucial to make sure your integration’s business logic works as expected. It is highly recommended to validate payment statuses and callbacks before acting on it inside your system.
Refer to this section to get more information on what callbacks are and how to validate them before acting on it inside your system.
Event | Description |
| A CoinWithdrawal transaction has been created |
| The CoinWithdrawal transaction has changed its status |
Refer to this section to get more information on CoinWithdrawal transaction statuses.
Last updated