Skip to main content
Glama

Iaptic MCP Server

Official
by iaptic

transaction_get

Retrieve complete transaction details, including status, amount, payment method, customer, purchase info, and timestamps, using the unique transactionId from the Iaptic MCP Server.

Instructions

Get detailed information about a specific transaction.

  • Returns complete transaction details including:
    • Transaction status
    • Amount and currency
    • Payment method details
    • Associated purchase information
    • Customer information
    • Timestamps and audit data
  • Required: transactionId parameter

Input Schema

NameRequiredDescriptionDefault
transactionIdYesUnique identifier of the transaction

Input Schema (JSON Schema)

{ "properties": { "transactionId": { "description": "Unique identifier of the transaction", "type": "string" } }, "required": [ "transactionId" ], "type": "object" }
Install Server

Other Tools from Iaptic MCP Server

Related Tools

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/iaptic/mcp-server-iaptic'

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