Skip to main content

Product Code Reference

Every product in the Pagamio VAS catalog has a unique productCode.

Format: CCC-BBB-NNN

AIR - VOD - 001
| | |
| | +-- product sequence number
| +-- 3-letter brand code
+-- 3-letter category code

Category Codes

CodeCategory
AIRAirtime
DATData
MINMinutes
ELEElectricity
ENTEntertainment
GAMGaming
LIFLifestyle
VCHVoucher
WLTWallet Topup
BILPay Bills
SMSSMS

Brand Codes

A non-exhaustive list. The full list is available via GET /lookups/brands.

CodeBrand
VODVodacom
MTNMTN
TLKTelkom
CLCCell C
ESKEskom
DSVDStv
NFXNetflix
SPTSpotify
STMSteam

Examples

CodeMeaning
AIR-VOD-001Vodacom airtime, product #1
DAT-MTN-002MTN data bundle, product #2
ELE-ESK-001Eskom electricity
VCH-STM-001Steam voucher

Legacy Format: ATP-XXX

Legacy products use a three-letter prefix followed by a numeric or alphanumeric suffix. These remain supported for existing integrations but new products are issued in the new format.

How To Discover Codes Available To You

Do not hard-code product codes. Always discover them via the merchant-scoped products endpoints:

GET /api/v1/merchants/{merchantId}/products
GET /api/v1/sub-merchants/{subMerchantId}/products

The response will include the exact code for every product currently active under your merchant or sub-merchant account. See Product Availability.


Last updated: April 2026