GET
/
v1
/
payments
{
  "data": [
    {
      "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"
    }
  ],
  "next_cursor": "<string>",
  "page_size": 123
}

Query Parameters

cursor
string

The cursor pointing to the start of the next page (omit for first request)

limit
integer
default:25

The number of items to return per page (default: 25, max: 100)

Response

200
application/json

The request has succeeded.

Container model for paginated responses