This guide explains the fee model used across the Fintegence Partner API, including platform-level pricing, crypto withdrawal charges, and recommended patterns for collecting partner-defined fees transparently.
Fintegence pricing may apply across supported products and transaction types. These charges are separate from any additional partner-defined fees that you choose to charge in your own product model.
Commercial Model
Platform fee levels are commercial terms and are defined in your partnership agreement. The exact fee schedule depends on your setup, product scope, and negotiated pricing.
Internal transfers are the current exception and are treated as fee-free in the standard operational model.At the moment, internal transfers should be treated as a crypto-only flow in practice. Fiat transfers such as EUR are not currently supported.
Card Services Status
Current documentation marks card services as suspended. If your commercial agreement mentions card-related fees, treat them as inactive unless the card module is explicitly re-enabled for your environment.
Use Get Balances for partner context or Get User Balances for user context.The cryptoBalances[].networkConfig structure contains network-level withdrawal constraints such as:
To estimate the maximum amount available for withdrawal, subtract both fee components from the available asset balance.
Do Not Assume Fee Symmetry
Configured withdrawal fees come from the balances payload and can differ by asset and network. Network fees are dynamic and can change over time. Always read both values close to execution time.
Partners may choose to collect their own fees separately from platform fees. The cleanest operational model is to keep partner fee collection as a distinct transfer or balance movement instead of hiding it inside the principal transaction amount.
Because internal transfers are currently used only for non-fiat crypto flows, do not assume the same transfer pattern is available for fiat fee collection.