Transaction statuses

There is a full list of supported transaction status that API returns by providing transaction id.

StatusTickerDescription

Pending

PENDING

The order has been successfully created and is awaiting processing by the system.

Wait deposit

WAIT_DEPOSIT

The system has taken the order into operation and is checking for the receipt of funds in the source network.

Deposited

DEPOSITED

The system has successfully tracked the receipt of funds for the order, and the order is awaiting the transfer of funds to the destination network.

Sending

SENDING

The system is sending funds to the destination network.

Sent

SENT

Funds have been successfully sent, and confirmation is awaited in the destination network.

Completed

COMPLETED

The sent funds have been successfully confirmed in the destination network. The order is executed.

Send failed

SEND_FAILED

There was an error sending funds to the destination network. After a few seconds, the order will be set to Sending for a retry. The process will continue until successful sending to the destination network with subsequent transfer to the Sent status.

Rejected

REJECTED

The order was closed due to the expiration of the waiting time for funds to arrive in the source network.

Last updated