Logo
GoCardless API API Documentation

Get a single Payment

GET {{url}}/payments/{{payment}}

Retrieves the details of a single existing payment.

Get a single Payment API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "payments": { "id": "PM00695KC8WCCQ", "created_at": "2022-11-01T17:05:08.377Z", "charge_date": "2022-11-25", "amount": 89795, "description": null, "currency": "GBP", "status": "pending_submission", "amount_refunded": 0, "reference": null, "metadata": {}, "fx": { "fx_currency": null, "fx_amount": null, "exchange_rate": null, "estimated_exchange_rate": null }, "links": { "mandate": "MD000PK0CW9TNR", "creditor": "CR00004PQYSR68" }, "retry_if_possible": true } }



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

ENDPOINTS