List Customers
GET {{url}}/customers
Returns a cursor-paginated list of your customers.
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. | |
created_at[gt]
|
null | Limit to records created after the specified date-time. | |
created_at[gte]
|
null | Limit to records created on or after the specified date-time. | |
created_at[lt]
|
null | Limit to records created before the specified date-time. | |
created_at[lte]
|
null | Limit to records created on or before the specified date-time. | |
currency
|
null | ISO 4217 currency code. Currently “AUD”, “CAD”, “DKK”, “EUR”, “GBP”, “NZD”, “SEK” and “USD” are supported. | |
active_mandates
|
null | Curl curl -X GET 'https://api-sandbox.gocardless.com/customers?after=&before=&created_at[gt]=&created_at[gte]=&created_at[lt]=&created_at[lte]=¤cy=&active_mandates=&limit=&sort_direction=&sort_field=' ENDPOINTS |