Fees

Read the fee calculations Wirex recorded for a user, and reconcile them against settlement.

Before You Start

Read the following guides before proceeding:

GuideWhy
Getting StartedPlatform overview and setup
Api BasicsRequired headers and request configuration
AuthenticationHow to obtain access tokens

Every operation the platform prices — a trade, a transfer, a card order — writes a fee calculation. The
fee ledger is a read-only log of those calculations for one user, so a partner can audit charging per
operation and reconcile settlement against the quote the user was shown, without re-deriving fee math
client-side.

A calculation is written when an operation is quoted, and moves forward as the operation settles:

Quoted → Bound to a transaction → Settled
(PENDING)      (CONSUMED)         (FINALIZED)
GuideDescription
Fee LedgerRead a user's fee calculations, filtered by operation type, status, transaction, or settlement window

Did this page help you?