Skip to content

Returns a refund for the given payment, if there is one

Request

Security
ApiKey
Path
payment_idstring, (UUID)required

The unique identifier (UUID) of the order to operate on.

curl -i -X GET \
  'https://docs.xmoney.com/_mock/crypto_api/reference/stores/refund/{payment_id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Refund details

Bodyapplication/vnd.api+json
dataobject
Response
{ "data": { "id": "payment-c8d65cc2-0c82-429a-95ea-3f65011fc2cc", "type": "refunds", "attributes": {} } }