get_mandate
Retrieve specific GoCardless mandate details by providing the mandate ID to access payment authorization information.
Instructions
Get a specific mandate by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mandate_id | Yes | The GoCardless mandate ID (e.g., MD123) |
Input Schema (JSON Schema)
{
"properties": {
"mandate_id": {
"description": "The GoCardless mandate ID (e.g., MD123)",
"type": "string"
}
},
"required": [
"mandate_id"
],
"type": "object"
}