Catalog

Read only

What 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 only

tilopay_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

ParameterTypeRequiredDescription
limitintegerMaximum items (50 by default, 500 maximum)

Returns

{ result }

Raw Tilopay API response under the `result` key.

Catalog item detail

Read only

tilopay_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

ParameterTypeRequiredDescription
itemIdstringyesCatalog item ID

Returns

{ result }

Raw Tilopay API response under the `result` key.

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

View as raw Markdown