Integration flow
- List countries to discover which countries have gift card products.
- List products for a country to show available gift card brands.
- Get denominations for a product to see available values and pricing.
- Purchase a gift card by creating an order; PayVessel debits your wallet and returns the redemption code.
- Get order to retrieve the gift card details (redeem code, serial number).
Order statuses
| Status | Description |
|---|---|
pending | Order received, not yet submitted to provider |
processing | Submitted to provider, awaiting fulfillment |
completed | Gift card purchased; redeem code available |
cancelled | Order was cancelled |
Base path
All gift card endpoints are under:Authentication
All requests requireapi-key and api-secret headers. See Authentication for details.