GET
/
v1
/
payments
/
{paymentId}
{
  "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"
}

Path Parameters

paymentId
string
required

The unique identifier of the payment, prefixed with "pmt_"

Response

200
application/json

The request has succeeded.

Represents a payment transaction within the system. Records the movement of funds between accounts or external parties.