Usage
Path parameters
Response fields
Each operator includes:Next step
Use the operatorid as the operator_id to list products.
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 gift card operators available in a specific country
curl https://api.payvessel.com/vaas/api/v1/gift-cards/countries/US/operators \
-H "api-key: YOUR_API_KEY" \
-H "api-secret: YOUR_SECRET_KEY"
| Parameter | Type | Required | Description |
|---|---|---|---|
country_code | string | Yes | ISO 3166-1 alpha-2 code (e.g. US, GB, NG) |
| Field | Type | Description |
|---|---|---|
id | string | Operator ID (used to fetch products and create orders) |
name | string | Brand name (e.g. “Amazon”, “iTunes”, “Steam”) |
brand_id | string or null | Brand identifier |
operator_type | object or null | Operator type with id and name fields |
currency | string or null | Operator currency |
image | string or null | Brand logo URL |
id as the operator_id to list products.
