Usage
Path parameters
Response fields
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.
Retrieve a single gift card country by its numeric ID
curl https://api.payvessel.com/vaas/api/v1/gift-cards/countries/{country_id} \
-H "api-key: YOUR_API_KEY" \
-H "api-secret: YOUR_SECRET_KEY"
| Parameter | Type | Required | Description |
|---|---|---|---|
country_id | integer | Yes | The numeric country ID (from List Countries) |
| Field | Type | Description |
|---|---|---|
id | integer | Numeric country ID |
name | string | Country name |
code | string | ISO 3166-1 alpha-2 code |
currency_code | string | Local currency code |
fee | integer or null | Processing fee |
image | string or null | Country flag/image URL |
