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:

Orders are funded from the account your Fluz API key is issued for, so accountIdentifier and customerIdentifier are kept for compatibility with your existing request shape. Correlate an order using referenceOrderID from the response.

Response timing

Create order is synchronous, always running to completion. The call does not return until the purchase has finished, which can take up to 150 seconds, so set your client’s read timeout above that.
Order status values are Fluz’s, not TangoCard’s. The status field returns PENDING, IN_PROGRESS, COMPLETED, FAILED, or CANCELED. A check against a TangoCard value such as COMPLETE will not match. See Connector behaviour for status values, error responses, limits, and request constraints.

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