Orders API
Overview
With the Orders API, you can get information about orders created through your checkout page and perform actions on them. Use the API to:
- Get order IDs that comply with condition
POST /v1/order/search - Get order data
GET /v1/order/[order id] - Create order refund requests
POST /v1/order/[order id]/refund/
This section describes the new version of the protocol in JSON format. The previous version (XML) is obsolete and no longer updated. If you are using the old protocol, we recommend you to update. If you need any documentation concerning the old version of the protocol, please contact our support team.