Fee Management API
This section documents endpoints fintechs use to configure fee structures, track accumulated fees, and process fee withdrawals to linked bank accounts.Fee Management API — Endpoints Overview
Retrieve fintech fee withdrawal history.
Supports query parameters for pagination and filtering by
status- Request (Get History)
- Response (Get History)
Request withdrawal of collected fintech fees to a destination bank account.
- Request (Withdrawal)
- Body (Withdrawal)
- Response (Withdrawal)
- Error (Withdrawal)
Get a summary of accumulated fees and available balance for withdrawal.
- Request (Get Fees)
- Response (Get Fees)
Configure your fee settings.
Both
onrampFee and offrampFee are optional; omit fields you do not want to change- Request (Manage Fee)
- Body (Manage Fee)
- Response (Manage Fee)
Retrieve the current fee configuration and an example calculation for typical amounts.
- Request (Get Fees)
- Response (Get Fees)
Preview Strails fee for onramp or offramp transactions.
This endpoint calculates the Strails platform fee (separate from fintech fees) based on the transaction amount and type. Useful for displaying fee breakdowns to end users before confirming a transaction.
- Request (Preview)
- Body (Preview)
- Response (Preview)
Verify the status or outcome of a withdrawal previously requested via /fintechrequestwithdrawal.
The exact request/response payload for verification may include your
withdrawalId and will return the latest status- Request (Verify)
- Body (Verify)
- Response (Verify)