list_customers
Retrieve customer records from GoCardless to manage payment accounts and view client information. Use limit parameter to control the number of results returned.
Instructions
List all customers from GoCardless
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of customers to retrieve (default: 50) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of customers to retrieve (default: 50)",
"type": "integer"
}
},
"type": "object"
}