Skip to main content
Retrieve all countries that have gift card products available. Use this as the first step to let your users browse gift cards by region.

Usage

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

Response fields

Each country includes:
FieldTypeDescription
idintegerNumeric country ID
namestringCountry name (e.g. “United States”)
codestringISO 3166-1 alpha-2 code (e.g. US)
currency_codestringLocal currency code
feeinteger or nullProcessing fee (if applicable)
imagestring or nullCountry flag/image URL

Next step

Use the code value to list products available in that country.

API Reference

Full request/response details and Try it