get_subscription_details
Retrieve complete subscription information including mandate and customer details in a single API call using the subscription ID.
Instructions
Get complete subscription info including mandate and customer in one call
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subscription_id | Yes | The GoCardless subscription ID (e.g., SB123) |
Input Schema (JSON Schema)
{
"properties": {
"subscription_id": {
"description": "The GoCardless subscription ID (e.g., SB123)",
"type": "string"
}
},
"required": [
"subscription_id"
],
"type": "object"
}