API · Payment link detail

API v1
GET /api/v1/getDetailLinkPayment/{link_payment_id}/{api_key}

What it does#

Returns the detail of a payment link and its associated payments. It takes no body: the data travels in the path.

Authentication#

Requires the API bearer token in the Authorization header — see authentication.

Parameters#

Path parameters, in the order they appear in the URL:

Response#

{
  "type": "200",
  "message": "Success",
  "detail": {
    "id": 6201,
    "amount": "45.00",
    "currency": "USD",
    "reference": "Producto de prueba 1 TP-Shop",
    "client": "NA",
    "type": "Unlimited",
    "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
    "callback_url": null,
    "create": "2022-10-24 08:45:14"
  },
  "payments": []
}

To interpret a response that is not a success, see how to read an error response.

Last verified: 2026-08-29 · Owner: equipo-integraciones

View as raw Markdown