Logo
GoCardless API API Documentation

Get a single Payout

GET {{url}}/payouts/{{payout}}

Retrieves the details of a single payout. For an example of how to reconcile the transactions in a payout, see this guide.

Get a single payout API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "payouts": { "id": "PO000AQRT26VF2", "amount": 4820, "deducted_fees": 180, "currency": "GBP", "created_at": "2024-03-22T10:13:45.858Z", "reference": "ONDOOO-JCTG64W2E5Z", "status": "paid", "arrival_date": "2024-03-22", "payout_type": "merchant", "fx": { "fx_currency": null, "fx_amount": null, "exchange_rate": null, "estimated_exchange_rate": null }, "tax_currency": "GBP", "metadata": {}, "links": { "creditor_bank_account": "BA000F4WV9WRBE", "creditor": "CR00006C6DF0TD" } } }



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

ENDPOINTS