Creating an order
Last updated
Last updated
Create an order for payment
/api-gateway/make-order
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Identifier of the advance balance for writing off commissions
1503cf18-597f-447f-b172-112dfe377e1b
Ticker of the coins in which the payment will be made
USDT
The network of the coin in which the payment will be made
ethereum
Payment amount
123.12
Acceptable underpayment percentage. For example, you created an order for 100 USDT. If the parameter is set to 1.5%, the order will be completed successfully after payment of 98.5 USDT
1.5
URL to send webhook on error or order expiration
https://merchant.domain/webhooks/fail
URL to send webhook on successful payment
https://merchant.domain/webhooks/success
URL to be placed on the payment page as "Return to Store" links
https://merchant.domain/
Order ID in the merchant system
Order #123456
Order Description
Payment by order #123456
Order lifetime in seconds, available values from 1800 (30 minutes) to 43200 (12 hours)
Whether to check incoming transactions for this order
The external user ID in your system. When specifying the identifier, the functionality of the "Personal addresses" section will be used - a static address will be reserved for this user, but the webhook will be sent to the URL specified in this request
10099
Payer's email address. If it is specified alongside with the 'externalUserId' parameter, a user with such an email will be created in the "Personal addresses" section
site@domain.com