Skip to main content
Glama

GoCardless MCP Server

by jmceleney

list_payments

Retrieve and filter payment records from GoCardless by status, subscription, or mandate to monitor transaction history and track payment status.

Instructions

List payments from GoCardless

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of payments to retrieve (default: 50)
mandateNoFilter by mandate ID (e.g., MD123)
statusNoFilter by payment status (pending_customer_approval, pending_submission, submitted, confirmed, paid_out, cancelled, customer_approval_denied, failed, charged_back)
subscriptionNoFilter by subscription ID (e.g., SB123)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of payments to retrieve (default: 50)", "type": "integer" }, "mandate": { "description": "Filter by mandate ID (e.g., MD123)", "type": "string" }, "status": { "description": "Filter by payment status (pending_customer_approval, pending_submission, submitted, confirmed, paid_out, cancelled, customer_approval_denied, failed, charged_back)", "type": "string" }, "subscription": { "description": "Filter by subscription ID (e.g., SB123)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmceleney/gocardless-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server