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
created
A CoinWithdrawal transaction has been created
status_changed
The CoinWithdrawal transaction has changed its status
Refer to this section to get more information on CoinWithdrawal transaction statuses.