Logo
GoCardless API API Documentation

Get a single Mandate

GET {{url}}/mandates/{{mandate}}

Retrieves the details of an existing mandate.

Get a single mandate API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "mandates": { "id": "MD000ZS5BZ7YR8", "created_at": "2024-03-22T20:38:06.178Z", "reference": "QR9TV3T", "status": "pending_submission", "scheme": "bacs", "next_possible_charge_date": "2024-04-02", "payments_require_approval": false, "metadata": { "key": "value" }, "links": { "customer_bank_account": "BA000ZP5QZBAMM", "creditor": "CR00006C6DF0TD", "customer": "CU0014DQHSRWPC" }, "consent_parameters": null, "verified_at": null, "funds_settlement": "managed" } }



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

ENDPOINTS