Skip to main content
Glama

customers.listPaymentMethods

Retrieve stored payment methods for a Ryft customer to manage billing and payment options.

Instructions

List stored payment methods for a Ryft customer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • Registration and handler implementation for customers.listPaymentMethods tool.
    registerTool(
      'customers.listPaymentMethods',
      'List stored payment methods for a Ryft customer.',
      { id: z.string().min(1) },
      async ({ id }) => client.get(`/customers/${id}/payment-methods`),
    );

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