Orders

This section describes methods for creating orders and obtaining order information

Orders functionality allows you to accept payments in a specified coin and network

Possible statuses

When the status changes or a new transaction arrives, you will be sent a webhook to the URL specified when creating the order.

More information about webhooks can be found in the Webhooks section

Order lifetime

When creating an order, selects an address from the pool of PAY_IN addresses of the organization. This address will not be available for other transactions during the entire life of the order.

Depending on the payment network, the minimum and maximum lifetime of an order may vary.

Minimum and maximum values for networks:

Lost transactions

In some cases, the payer may send to a coin address on another network or coin. Such transactions will be displayed in a separate orphanDeposits field when receiving a webhook or receiving order information via API.

You can see these transactions in your personal account in the Payments -> Orphan Transactions section. In this section, withdrawal of these coins to a third-party address will be available.

Last updated