Catalog
Read onlyWhat it covers#
Read only: it lists the products or services the merchant already created as payment links and returns the detail of one.
Tools#
List catalog of products or services
Read onlytilopay_catalog_list_items
Lists the products or services in the payment links catalog.
API operation: GET /api/v1/getLinkPaymentList/{api_key}/{limit} — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | — | Maximum items (50 by default, 500 maximum) |
Returns
{ result }
Raw Tilopay API response under the `result` key.
Catalog item detail
Read onlytilopay_catalog_get_item
Returns the detail of a catalog product or service by its ID.
API operation: GET /api/v1/getLinkPaymentById/{link_payment_id}/{api_key} — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
itemId | string | yes | Catalog item ID |
Returns
{ result }
Raw Tilopay API response under the `result` key.
Last verified: 2026-08-29 · Owner: equipo-integraciones