Gift Card API Connectors
This guide provides a quick introduction to Fluz's Gift Card Vendor API Adapter implementation. The API Adapter acts as a drop-in replacement for gift card vendor APIs, enabling seamless integration and switching between multiple gift card vendors.
Base URLs
Fluz API Adapter:
Staging: <https://api-adapter.staging.fluzapp.com>
Authentication
Fluz API Adapter
• Uses Basic Authentication with the Authorization header.
Authorization: Basic <FLUZ-API-Key>
Supported Vendors
The API Adapter currently supports the following gift card vendors:
- TangoCard
- Runa
- Incomm
See the vendor-specific documentation for detailed API endpoint comparisons and request examples.
Getting Started
- Update the base URL for your vendor integration.
- Set the appropriate Authorization header.
Now you can make the same API calls to the appropriate Fluz endpoint, we will return a response matching the vendor API structure.
Example using cURL:
curl -X GET "https://api-adapter.staging.fluzapp.com/[vendor]/[endpoint]" \
-H "Authorization: Basic <FLUZ-API-Key>"Updated 1 day ago
