Skip to main content
Glama

GoCardless MCP Server

by jmceleney

create_payment

Create a new payment using an existing mandate by specifying amount, currency, and payment details to process transactions through GoCardless.

Instructions

Create a new payment in GoCardless

Input Schema

NameRequiredDescriptionDefault
amountYesAmount in minor currency unit (e.g., 1000 for £10.00)
currencyYesISO 4217 currency code (e.g., GBP, EUR)
descriptionNoPayment description
mandate_idYesID of the mandate to use for this payment

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount in minor currency unit (e.g., 1000 for £10.00)", "type": "integer" }, "currency": { "description": "ISO 4217 currency code (e.g., GBP, EUR)", "type": "string" }, "description": { "description": "Payment description", "type": "string" }, "mandate_id": { "description": "ID of the mandate to use for this payment", "type": "string" } }, "required": [ "amount", "currency", "mandate_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