Retrieves a specific payment by ID
{ "paymentId": "pmt_abc123xyz", "object": "payment", "amount": "15075", "assetCode": "USDC", "method": "OTHER", "status": "COMPLETED", "provider": "Stripe", "providerPaymentId": "pi_3JZ...", "description": "Monthly subscription fee", "initiatedAt": "2025-04-28T10:00:00.000Z", "processedAt": "2025-04-28T10:05:00.000Z", "completedAt": "2025-04-28T10:05:30.123Z", "metadata": { "orderId": "ORD-9876", "customerId": "cust_5432" }, "createdAt": "2025-04-28T09:59:50.500Z", "updatedAt": "2025-04-28T10:05:30.123Z" }
The unique identifier of the payment, prefixed with "pmt_"
The request has succeeded.
Represents a payment transaction within the system. Records the movement of funds between accounts or external parties.