Overview
Fee breakdowns provide itemized cost details returned by reconciliation and routing endpoints. Use this page to understand where fee data appears and how to consume it reliably.Where Fee Breakdowns Appear
Payment Routes
- Endpoint: GET /v2/request//routes
- Fields include:
feefeeBreakdown[]
Payment Search
- Endpoint: GET /v2/payments
- Field includes:
fees[]
Request Status (when applicable)
- Endpoint: GET /v2/request/
- May include fee information in enriched status outputs.
Fee Types
Common feetype values in API responses:
protocolgasplatformcrosschaincrypto-to-fiatofframp
Route Fee Stages
For route responses,feeBreakdown can include stage-level attribution:
sendingreceivingproxyingrefundingoverall
How to Use in Reconciliation
Store raw fee objects
Persist fee arrays exactly as returned (
fees[] or feeBreakdown[]) before deriving reporting values.Normalize by type and provider
Group by
type, provider, and currency to build accounting-friendly summaries.Example Shapes
From routes endpoint
From payments endpoint
Related Pages
Platform Fees
Configure integrator fees with feePercentage and feeAddress.
Protocol Fees
Understand protocol-level fee policy, rate, and cap.