Skip to main content
Glama

GoCardless MCP Server

by jmceleney

get_payment

Retrieve specific payment details using the payment ID to access transaction information, status, and related data from the GoCardless payment system.

Instructions

Get a specific payment by ID

Input Schema

NameRequiredDescriptionDefault
payment_idYesThe GoCardless payment ID (e.g., PM123)

Input Schema (JSON Schema)

{ "properties": { "payment_id": { "description": "The GoCardless payment ID (e.g., PM123)", "type": "string" } }, "required": [ "payment_id" ], "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