list_mandates
Retrieve and filter customer payment mandates from GoCardless to manage recurring payment authorizations and track active direct debit agreements.
Instructions
List mandates from GoCardless
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customer | No | Filter by customer ID | |
limit | No | Number of mandates to retrieve (default: 50) |
Input Schema (JSON Schema)
{
"properties": {
"customer": {
"description": "Filter by customer ID",
"type": "string"
},
"limit": {
"description": "Number of mandates to retrieve (default: 50)",
"type": "integer"
}
},
"type": "object"
}