Usage
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
operator_id | string | Yes | The product/operator ID from List Products |
Response fields
Thedata object is a map of denomination IDs to denomination objects:
| Field | Type | Description |
|---|---|---|
id | string | Denomination ID (used as product_id when creating an order) |
name | string | Display name (e.g. “$25 Amazon Gift Card”) |
priceType | string or null | Pricing type (e.g. “FIXED”, “RANGE”) |
usd | number or null | Price in USD |
ngn | number or null | Price in NGN |
operatorId | string or null | Parent operator ID |
country | string or null | Country code |
image | string or null | Card image URL |
Next step
Use the denominationid as the product_id when purchasing a gift card.
API Reference
Full request/response details and Try it
