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/{country_code}/products \ --header 'api-key: <api-key>' \ --header 'api-secret: <api-key>'
{ "status": true, "message": "<string>", "data": [ { "id": "<string>", "name": "<string>", "brandId": "<string>", "productType": { "id": "<string>", "name": "<string>" }, "currency": "<string>", "image": "<string>" } ] }
Fetch all gift card products available in a specific country
Successful Response
Show child attributes