Logo
GoCardless API API Documentation

Get a Scheme Identifier

GET {{url}}/scheme_identifiers/{{scheme_identifier}}

Retrieves the details of an existing scheme identifier.

Get a single Scheme Identifier API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "scheme_identifiers": { "id": "SU000015D02J2Q", "created_at": "2024-03-22T21:45:47.149Z", "name": "The Wine Club", "scheme": "bacs", "reference": "000015D02J2Q", "status": "active", "minimum_advance_notice": 3, "can_specify_mandate_reference": true, "currency": "GBP", "address_line1": null, "address_line2": null, "address_line3": null, "city": null, "region": null, "postal_code": null, "country_code": null, "email": null, "phone_number": null } }



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

ENDPOINTS