list_subscriptions
Retrieve and filter subscription records from GoCardless to manage recurring payment plans and monitor customer billing status.
Instructions
List subscriptions from GoCardless
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of subscriptions to retrieve (default: 50) | |
status | No | Filter by subscription status |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of subscriptions to retrieve (default: 50)",
"type": "integer"
},
"status": {
"description": "Filter by subscription status",
"type": "string"
}
},
"type": "object"
}