Skip to main content
Retrieve details for a single country by its numeric ID.

Usage

curl https://api.payvessel.com/api/v1/gift-cards/countries/{country_id} \
  -H "api-key: YOUR_API_KEY" \
  -H "api-secret: YOUR_SECRET_KEY"

Path parameters

ParameterTypeRequiredDescription
country_idintegerYesThe numeric country ID (from List Countries)

Response fields

FieldTypeDescription
idintegerNumeric country ID
namestringCountry name
codestringISO 3166-1 alpha-2 code
currency_codestringLocal currency code
feeinteger or nullProcessing fee
imagestring or nullCountry flag/image URL

API Reference

Full request/response details and Try it