Logo
GoCardless API API Documentation

Update a Creditor

PUT {{url}}/creditors/{{creditor}}

Updates a creditor object. Supports all of the fields supported when creating a creditor.
Update a Creditor API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "creditors": { "id": "CR00007SRRRKY4", "created_at": "2024-03-22T21:44:25.734Z", "name": "Gutkowski - Crist", "address_line1": null, "address_line2": null, "address_line3": null, "city": null, "region": null, "postal_code": null, "country_code": "GB", "creditor_type": "company", "logo_url": null, "scheme_identifiers": [ { "id": "SU000011QF0FME", "created_at": "2019-05-07T14:55:04.408Z", "name": "GoCardless", "scheme": "ach", "reference": "00000000", "status": "active", "minimum_advance_notice": 1, "can_specify_mandate_reference": false, "currency": "USD", "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": "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": "0K7A9WZKMM", "created_at": "2014-03-31T10:22:05.789Z", "name": "GoCardless Ltd", "scheme": "bacs", "reference": "275069", "status": "active", "minimum_advance_notice": 3, "can_specify_mandate_reference": false, "currency": "GBP", "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": "SU000011E9TRP2", "created_at": "2018-03-28T16:25:48.549Z", "name": "GoCardless", "scheme": "becs", "reference": "488299", "status": "active", "minimum_advance_notice": 0, "can_specify_mandate_reference": false, "currency": "AUD", "address_line1": "Level 9", "address_line2": "401 Collins Street", "address_line3": null, "city": "Melbourne", "region": null, "postal_code": "VIC 3000", "country_code": "AU", "email": "help@gocardless.com", "phone_number": "+61 3 8375 9198" }, { "id": "SU000011HK9K00", "created_at": "2018-09-13T13:20:26.964Z&quo
Curl
curl -X PUT 'https://api-sandbox.gocardless.com/creditors/creditor' -d '{"creditors":{"name":"$randomCompanyName"}}'

ENDPOINTS