Original Incomm API vs Fluz API Adapter
Base URL
- Original Incomm API: https://app.giftango.com
- Fluz API Adapter:
Original Incomm
- Uses Bearer Authentication with the Authorization header - need to generate authorization token first.
/auth/token endpoint with body:
Fluz API Adapter
- Uses Basic Authentication with the
Authorizationheader (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.