Logo
GoCardless API API Documentation

Get a single Creditor

GET {{url}}/creditors/{{creditor}}

Retrieves the details of an existing creditor.
List Creditors API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "creditors": { "id": "CR00006C6DF0TD", "created_at": "2021-05-07T09:26:23.972Z", "name": "Ondooo", "address_line1": null, "address_line2": null, "address_line3": null, "city": null, "region": null, "postal_code": null, "country_code": "GB", "creditor_type": "individual", "logo_url": "https://uploads-sandbox.gocardless.com/2ac6908b8f7d0acdc80ae47bcea0bbee.png", "scheme_identifiers": [ { "id": "SU0000130NYHD2", "created_at": "2021-08-27T07:51:08.823Z", "name": "Jemma Losh", "scheme": "ach", "reference": "00000000", "status": "active", "minimum_advance_notice": 1, "can_specify_mandate_reference": true, "currency": "USD", "address_line1": "X", "address_line2": null, "address_line3": null, "city": "X", "region": null, "postal_code": "EC1V 7EN", "country_code": "GB", "email": "jlosh@gocardless.com", "phone_number": "+44 20 7183 8674" }, { "id": "SU0000113K6WGA", "created_at": "2015-09-29T12:35:41.600Z", "name": "GoCardless", "scheme": "autogiro", "reference": "3171634", "status": "active", "minimum_advance_notice": 8, "can_specify_mandate_reference": false, "currency": "SEK", "address_line1": "Sutton Yard", "address_line2": "65 Goswell Road", "address_line3": null, "city": "London", "region": null, "postal_code": "EC1V 7EN", "country_code": "GB", "email": "help@gocardless.com", "phone_number": "+44 20 7183 8674" }, { "id": "SU0000130DVJJT", "created_at": "2021-08-27T07:42:55.758Z", "name": "Jemma Losh", "scheme": "bacs", "reference": "234567", "status": "active", "minimum_advance_notice": 3, "can_specify_mandate_reference": true, "currency": "GBP", "address_line1": "X", "address_line2": null, "address_line3": null, "city": "X", "region": null, "postal_code": "EC1V 7EN", "country_code": "GB", "email": "jlosh@gocardless.com", "phone_number": "+44 20 7183 8674" }, { "id": "SU0000130EXA02", "created_at": "2021-08-27T07:43:58.625Z", "name": "Jemma Losh", "scheme": "becs", "reference": "488290", "status": "active", "minimum_advance_notice": 0, "can_specify_mandate_reference": true, "currency": "AUD", "address_line1": "X", "address_line2": null, "address_line3": null, "city": "X", "region": null, "postal_code": "EC1V 7EN", "country_code": "GB", "email": "jlosh@gocardless.com", "phone_number": "+44 20 7183 8674" }, { "id": "SU0000130FKA6F", "created_at": "2021-08-27T07:44:52.837Z", "name": "Jemma Losh",
Curl
curl -X GET 'https://api-sandbox.gocardless.com/creditors/creditor'

ENDPOINTS