Skip to main content
Fetch all gift card operators (brands) available in a specific country. Use the ISO 3166-1 alpha-2 country code from List Countries.

Usage

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"

Path parameters

ParameterTypeRequiredDescription
country_codestringYesISO 3166-1 alpha-2 code (e.g. US, GB, NG)

Response fields

Each operator includes:
FieldTypeDescription
idstringOperator ID (used to fetch products and create orders)
namestringBrand name (e.g. “Amazon”, “iTunes”, “Steam”)
brand_idstring or nullBrand identifier
operator_typeobject or nullOperator type with id and name fields
currencystring or nullOperator currency
imagestring or nullBrand logo URL

Next step

Use the operator id as the operator_id to list products.

API Reference

Full request/response details and Try it