Skip to main content
Glama

paymentMethods.get

Retrieve a specific payment method from Ryft using its unique identifier to access stored payment details for transactions.

Instructions

Get a Ryft payment method by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • Registration and implementation of the 'paymentMethods.get' tool. The handler is defined inline as an async function that calls client.get.
    registerTool(
      'paymentMethods.get',
      'Get a Ryft payment method by id.',
      { id: z.string().min(1) },
      async ({ id }) => client.get(`/payment-methods/${id}`),
    );

Latest Blog Posts

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/bkawk/ryft-mcp'

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