Skip to main content
Glama

paymentSessions.continuePayment

Complete payment processing after required security steps like 3DS authentication. Use this tool to finalize transactions that need additional verification.

Instructions

Continue a Ryft payment after a required action such as 3DS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientSecretYes
threeDsNo

Implementation Reference

  • Registration and handler implementation for paymentSessions.continuePayment. The handler uses the client to post to the /payment-sessions/continue-payment endpoint.
    registerTool(
      'paymentSessions.continuePayment',
      'Continue a Ryft payment after a required action such as 3DS.',
      {
        clientSecret: z.string().min(1),
        threeDs: z.record(z.string(), z.unknown()).optional(),
      },
      async (args) => client.post('/payment-sessions/continue-payment', args),
    );

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