Skip to main content
This document provides specific details for using the Fluz Gift Card Vendor API Adapter with TangoCard as the vendor.

Original TangoCard API vs Fluz API Adapter

Base URL

Authentication

Original TangoCard

  • Uses Basic Authentication with username and password.

Fluz API Adapter

  • Uses Basic Authentication with the Authorization header (same as all vendor integrations).

API Endpoint Comparison

Request Examples

Create Order

Original TangoCard Request:

Fluz API Adapter Request:

Background Processing for TangoCard Orders

All purchase operations through the TangoCard integration are processed as background operations. However, for compatibility with TangoCard’s API behavior, the Fluz API Adapter may return full results synchronously by default.
Note: Even when results appear synchronous, all purchases are still scheduled and tracked as background operations internally for improved reliability and better handling of retries.

Example Usage with cURL

Example 1: Get a Specific Order

Example 2: Get All Orders

Example 3: Get Balance for All Accounts

Example 4: Get Balance for a Specific Account

Example 5: Create a New Order