Integration flow
- List countries to discover which countries have gift card products.
- List operators for a country to see available gift card brands.
- List products for an operator to see available values and pricing.
- Purchase a gift card by creating an order; PayVessel debits your wallet.
- Receive a webhook when the order status changes (e.g. completed, cancelled).
- Verify order or get order to retrieve the gift card details (redeem code, serial number).
Order statuses
Base path
All gift card endpoints are under:Authentication
All requests requireapi-key and api-secret headers. See Authentication for details.