Iaptic MCP Server

Official

purchase_get

Get detailed information about a specific purchase.

  • Returns complete purchase details including:
    • Product information
    • Purchase status
    • Associated transactions
    • Customer information
    • Subscription details (if applicable)
  • Required: purchaseId parameter

Input Schema

NameRequiredDescriptionDefault
purchaseIdYesUnique identifier of the purchase

Input Schema (JSON Schema)

{ "properties": { "purchaseId": { "description": "Unique identifier of the purchase", "type": "string" } }, "required": [ "purchaseId" ], "type": "object" }