Usage
Path parameters
Response fields
Thedata object is a map of product IDs to product objects:
Next step
Use the productid as the product_id when purchasing a gift card.
API Reference
Full request/response details and Try it
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch all available products for a gift card operator
curl https://api.payvessel.com/vaas/api/v1/gift-cards/operators/{operator_id}/products \
-H "api-key: YOUR_API_KEY" \
-H "api-secret: YOUR_SECRET_KEY"
| Parameter | Type | Required | Description |
|---|---|---|---|
operator_id | string | Yes | The operator ID from List Operators |
data object is a map of product IDs to product objects:
| Field | Type | Description |
|---|---|---|
id | string | Product ID (used as product_id when creating an order) |
name | string | Display name (e.g. “$25 Amazon Gift Card”) |
price_type | string or null | Pricing type (e.g. “FIXED”, “RANGE”) |
usd | number or null | Price in USD |
ngn | number or null | Price in NGN |
operator_id | string or null | Parent operator ID |
country | string or null | Country code |
image | string or null | Card image URL |
id as the product_id when purchasing a gift card.
