Skip to content

Suggested

API Dashboard
GET /payment-links/{id}

Retrieves a payment link by ID.

GET/payment-links/{id}
Get payment link
Request
GET /sandbox/payment-links/{id} 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
{
  "id": "string",
  "checkoutToken": "string",
  "status": "ATTEMPT",
  "items": [
    {
      "preTaxAmount": "string",
      "totalAmount": "string",
      "description": "string"
    }
  ],
  "currency": "string",
  "preTaxAmount": "string",
  "totalAmount": "string",
  "url": "string",
  "paymentMethodsAllowed": [
    "CARD"
  ],
  "customer": {}
}