post https://api.coingate.com/api/v2/orders//refunds
Creates a refund for an order.
Before making a POST Create Order Refund request, a POST Create Order request should be made.
After an order is created, you will get the order ID which will be used in the POST Create Order Refund request.
Platform ID can be found by making a GET Currencies request and finding the currency in which the refund will be issued.
Ledger account ID can be found by making a GET List Accounts request and finding the ledger account ID associated with the currency in which the refund will be issued.
❗To create requests within the CoinGate system the user should have an authentication token. To get it, please follow the instructions here.