Creates a new order for payment processing and returns a URL where the buyer can complete the payment.
Security
ApiKey
- Developmenthttps://docs.xmoney.com/_mock/crypto_api/reference/stores/orders
- Production server (live)https://merchants.api.crypto.xmoney.com/api/stores/orders
- Sandbox server (test)https://merchants.api.sandbox.crypto.xmoney.com/api/stores/orders
curl -i -X POST \
https://docs.xmoney.com/_mock/crypto_api/reference/stores/orders \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/vnd.api+json' \
-d '{}'Response
{ "data": { "type": "orders_redirect", "id": "c8d65cc2-0c82-429a-95ea-3f65011fc2cc", "attributes": { … } } }