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

Original Incomm API vs Fluz API Adapter

Base URL

Original Incomm

  • Uses Bearer Authentication with the Authorization header - need to generate authorization token first.
To generate AuthToken send request to /auth/token endpoint with body:

Fluz API Adapter

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

API Endpoint Comparison

Request Examples

Create Order

Original Incomm Request:

Fluz API Adapter Request:

Background Processing for Incomm Orders

All purchase operations through the Incomm integration are processed as background operations. However, for compatibility with Incomm 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 with Gift Cards

Example 2: Get Order Details

Example 3: Get Balance

Example 4: Create a New Order