Products form the actual digital values and/or products being transferred through the Digital Value Services platform.
Product Type | Description |
---|---|
FIXED_VALUE_RECHARGE | Fixed denomination recharge |
RANGED_VALUE_RECHARGE | Recharge against a range of value |
FIXED_VALUE_PIN_PURCHASE | Digital voucher storing a fixed value |
RANGED_VALUE_PIN_PURCHASE | Digital voucher with a range of possible values |
| Pay bills and/or services |
Products are categorized by type, each with unique characteristics, transaction implications, and schema. Product coverage across different countries and broader geographic regions is defined by the regions
field.
Global Products
Endpoint: GET /v1/products?country_iso_code=GXX
Returns: Globally available products.
Regional Products
Endpoint: GET /v1/products?country_iso_code=EXX
Returns: Products specific to a region (e.g., Europe).
Country-Specific Products
Endpoint: GET /v1/products?country_iso_code=MXN
Returns: Products tailored for a specific country (e.g., Mexico).
All Products by Country
Endpoint: GET /v1/products?region={country_iso_code}
Returns: All applicable products (global, regional, country-specific) for a given country.