Create Order

Create order at CoinGate and redirect shopper to invoice (payment_url).

📘

API authentication is required

To create requests within the CoinGate system the user should have an authentication token. To get it, please follow the instructions here.

The order is placed with the "Create Order" API method. From the user's point of view, at the moment of creating the order, the user is redirected to (payment_url) our payment page (invoice), where shopper can see the payment amount, select the desired payment currency and complete the payment.

Note on the receive_currency parameter - this is your settlement currency. When EUR or USD is selected, all your received payments are immediately settled on exchanges to guarantee a fixed payout for each order. By selecting BTC, ETH, LTC or BCH as your settlement currency, you will automatically be credited with the chosen cryptocurrency (e.g. if BTC is your receive_currency and your customer pays with ETH, you will be credited BTC according to the real-time market rate locked at the moment the invoice is generated). To keep the coins which your customers pay with, use DO_NOT_CONVERT as your receive_currency (e.g. if a customer pays in BTC, you will be credited BTC, and if the customer pays in ETH, you will be credited with ETH). Please contact our support for further clarification, if needed.

Language