Logo
GoCardless API API Documentation

Get a single Refund

GET {{url}}/refunds/{{refund}}

Retrieves all details for a single refund

Get a single Refund API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "refunds": { "id": "RF00006Y45GPXN", "amount": 2399, "created_at": "2024-03-22T20:28:37.945Z", "reference": "refund", "metadata": { "key": "value" }, "currency": "USD", "status": "pending_submission", "fx": { "fx_currency": null, "fx_amount": null, "exchange_rate": null, "estimated_exchange_rate": null }, "links": { "payment": "PM009MNY1M77CK", "mandate": "MD000ZQT5CPCVV" } } }



Curl
curl -X GET 'https://api-sandbox.gocardless.com/refunds/https://api-sandbox.gocardless.com'

ENDPOINTS