Sending queue

Transaction txid

Sending several transactions in sequence (from one address) does not occur immediately. Sending requests firstly are placed in a special dispatch queue. Transactions are not instant. They may not transmitted or may transmitted, but be ignored by the network. Therefore, until the moment of confirmation, you can not be sure that the transaction has been processed.

For this reason, we do not return transactions txid immediately after receiving the request. You will receive it in IPN only after confirmation by network.