Usage
Response fields
Each country includes:Next step
Use thecode value to list operators available in that country.
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.
List all countries that have gift card products available
curl https://api.payvessel.com/vaas/api/v1/gift-cards/countries \
-H "api-key: YOUR_API_KEY" \
-H "api-secret: YOUR_SECRET_KEY"
| Field | Type | Description |
|---|---|---|
id | integer | Numeric country ID |
name | string | Country name (e.g. “United States”) |
code | string | ISO 3166-1 alpha-2 code (e.g. US) |
currency_code | string | Local currency code |
fee | integer or null | Processing fee (if applicable) |
image | string or null | Country flag/image URL |
code value to list operators available in that country.
