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": "SU0000147R7J67", "created_at": "2022-07-21T09:56:43.122Z", "name": "GoCardless", "scheme": "pay_to", "reference": "00000000", "status": "active", "minimum_advance_notice": 0, "can_specify_mandate_reference": false, "currency": "AUD", "address_line1": "338-346 Goswell Road", "address_line2": null, "address_line3": null, "city": "London", "region": null, "postal_code": "EC1V 7LQ", "country_code": "GB", "email": "help@gocardless.com", "phone_number": "+44 20 7183 8674" } }



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

ENDPOINTS