Get SKUs
Retrieve a list of available services (SKUs) for purchase
Overview
Retrieve a list of all available services (SKUs) that can be purchased through the Chipi Pay API.
Endpoint
Headers
Your secret key prefixed with “Bearer ”
application/json
Query Parameters
Filter by service categories. Available categories:
TELEPEAJE
- Toll paymentsTELEFONIA
- Phone servicesGENERAL
- General servicesTESORERIA
- Treasury servicesLUZ
- Electricity servicesINTERNET
- Internet servicesTV
- Television servicesMOVILIDAD
- Mobility servicesRECARGAS
- Recharge servicesGIFT_CARDS
- Gift cardsGAMING
- Gaming servicesVENTAS_CATALOGO
- Catalog salesDEPORTES
- Sports servicesSTREAMING
- Streaming services
Response Fields
Unique identifier for the SKU
Provider identifier
Display name of the service
Detailed description of the service
Service category (see available categories above)
Provider information object
Provider ID
Provider name
Provider logo URL
Regex pattern for validating reference input (e.g., phone number format)
Label for the reference field (e.g., “Phone Number”, “Account Number”)
Regex pattern for validating amount input
Label for the amount field (e.g., “Amount (MXN)”)
Fixed amount for the service (if applicable, null for variable amounts)
Whether the SKU reference can be validated before purchase
URL to the service logo
ISO 8601 timestamp of when the SKU was created
ISO 8601 timestamp of when the SKU was last updated
Example Usage
Error Responses
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by service categories
Response
List of SKUs
The response is of type object[]
.