Iaptic MCP Server

Official

customer_transactions

Get customer's transaction history.

  • Returns list of all transactions
  • Includes:
    • Payment details
    • Transaction status
    • Associated purchases
    • Timestamps

Input Schema

NameRequiredDescriptionDefault
customerIdYesApplication username of the customer

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "Application username of the customer", "type": "string" } }, "required": [ "customerId" ], "type": "object" }