Usage
Pass thebiller_id as a path parameter and the category as a query parameter.
Response fields
Each item includes:| Field | Type | Description |
|---|---|---|
biller_id | string | The parent biller’s ID |
item_id | string | Unique item identifier (used when creating an order) |
item_name | string | Display name of the item |
amount | integer or null | Fixed price (null if variable) |
min_amount | integer or null | Minimum amount for variable-price items |
max_amount | integer or null | Maximum amount for variable-price items |
is_fix_amount | integer or null | 1 if the item has a fixed price |
status | integer or null | Item availability status |
ext_info | object or null | Extra details (validity period, data size, description) |
ext_info object
| Field | Type | Description |
|---|---|---|
validity_date | integer or null | Validity in days |
item_size | string or null | Data size (e.g. “1GB”, “5GB”) |
item_description | object or null | Additional description from the provider |
Next step
Use theitem_id when creating an order.
API Reference
Full request/response details and Try it
