Retrieve the details of an existing order using its unique identifier.
Security
ApiKey
- Developmenthttps://docs.xmoney.com/_mock/crypto_api/reference/stores/orders/{id}
- Production server (live)https://merchants.api.crypto.xmoney.com/api/stores/orders/{id}
- Sandbox server (test)https://merchants.api.sandbox.crypto.xmoney.com/api/stores/orders/{id}
curl -i -X GET \
'https://docs.xmoney.com/_mock/crypto_api/reference/stores/orders/{id}?include=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "c8d65cc2-0c82-429a-95ea-3f65011fc2cc", "type": "orders", "attributes": { … } } }