Skip to main content
Glama

paymentSessions.listTransactions

Retrieve transaction details for a specific payment session to monitor financial activity and verify processing status.

Instructions

List transactions for a payment session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • Registration and handler implementation for paymentSessions.listTransactions.
    registerTool(
      'paymentSessions.listTransactions',
      'List transactions for a payment session.',
      {
        id: z.string().min(1),
      },
      async ({ id }) => client.get(`/payment-sessions/${id}/transactions`),
    );

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