List Scheme Identifiers
GET {{url}}/scheme_identifiers
Returns a cursor-paginated list of your scheme identifiers.
Body
PARAM
Key | Datatype | Required | Description |
after
|
null | Cursor pointing to the start of the desired set. | |
before
|
null | Cursor pointing to the end of the desired set. | |
limit
|
null | Number of records to return. |
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
},
{
"id": "SU000015CZYSGC",
"created_at": "2024-03-22T21:45:22.902Z",
"name": "The Wine Club",
"scheme": "bacs",
"reference": "000015CZYSGC",
"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
},
{
"id": "SU000014DJX5A2",
"created_at": "2023-06-06T17:22:54.816Z",
"name": "The Wine Club",
"scheme": "bacs",
"reference": "000014DJX5A2",
"status": "active",
"minimum_advance_notice": 3,
"can_specify_mandate_reference": false,
Curl curl -X GET 'https://api-sandbox.gocardless.com/scheme_identifiers?after=&before=&limit=' ENDPOINTS |