Skip to content

Suggested

API Dashboard
GET /payment-links

Lists payment links with filtering and pagination options.

GET/payment-links
Get payment links
Request
GET /sandbox/payment-links HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0
Response
{
  "pagination": {
    "count": 0,
    "next": 0,
    "previous": 0,
    "total": 0
  },
  "results": [
    {
      "id": "string",
      "checkoutToken": "string",
      "status": "ATTEMPT",
      "items": [
        null
      ],
      "currency": "string",
      "preTaxAmount": "string",
      "totalAmount": "string",
      "url": "string",
      "paymentMethodsAllowed": [
        null
      ],
      "createdAt": "2024-01-15T10:30:00.000Z"
    }
  ]
}