Original TangoCard API vs Fluz API Adapter
Base URL
- Original TangoCard API: https://integration-api.tangocard.com/rass
- Fluz API Adapter:
Authentication
Original TangoCard
- Uses Basic Authentication with username and password.
Fluz API Adapter
- Uses Basic Authentication with the
Authorizationheader (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.