- Returns a refund for the given payment, if there is one
Creates a refund proposal
Returns a refund for the...
Security
ApiKey
- Developmenthttps://docs.xmoney.com/_mock/crypto_api/reference/stores/refund/{payment_id}
- Production server (live)https://merchants.api.crypto.xmoney.com/api/stores/refund/{payment_id}
- Sandbox server (test)https://merchants.api.sandbox.crypto.xmoney.com/api/stores/refund/{payment_id}
curl -i -X GET \
'https://docs.xmoney.com/_mock/crypto_api/reference/stores/refund/{payment_id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "payment-c8d65cc2-0c82-429a-95ea-3f65011fc2cc", "type": "refunds", "attributes": { … } } }