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:
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.