Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.payvessel.com/api/v1/gift-cards/countries \ --header 'api-key: <api-key>' \ --header 'api-secret: <api-key>'
{ "status": true, "message": "<string>", "data": [ { "id": 123, "currency_code": "<string>", "name": "<string>", "code": "<string>", "fee": 123, "image": "<string>" } ] }
List all countries with gift card products available
Successful Response
Show child attributes