Iaptic MCP Server

Official

customer_transactions

Retrieve detailed transaction history for a customer, including payment details, status, purchases, and timestamps, by providing their customer ID. Ideal for tracking and analyzing financial activity.

Instructions

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" }
ID: u2l6kenhz6