Get payout fee estimate
https://api.radom.com/payout/feeReturns the fee structure and estimated fee for a payout based on the organization's fee configuration, the destination currency, and the amount.
Authorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
currencyCurrencyqueryrequiredThe currency of the fiat payout (e.g. eur, usd, gbp, mxn, brl)
amountnumber<float>queryrequiredThe payout amount
amountModePayoutAmountModequeryWhether amount is the recipient fiat amount or the source USDC debit amount
accountTypestringqueryAccount type: "business" or "individual"
networkNetworkqueryFor crypto payouts: network
tokenstringqueryFor crypto payouts: token contract address
Responses
200Payout fee estimate
feePercentnumber<float>requiredThe percentage fee (e.g. 0.01 = 1%)
flatFeeUsdnumber<float>requiredThe flat fee in USD
minimumFeeUsdnumber<float>nullableThe minimum fee in USD, when configured
estimatedFeeUsdnumber<float>requiredThe estimated total fee in USD for the given amount
estimatedFundingAmountUsdnumber<float>nullableFor fiat payouts, estimated USDC funding required before the visible payout fee
estimatedTotalDebitUsdnumber<float>nullableFor fiat payouts, estimated total USDC debit including funding and visible payout fee
estimatedRecipientAmountnumber<float>requiredThe estimated amount the recipient receives (amount - estimated_fee)
exchangeRatenumber<float>nullableFor fiat payouts, the customer-facing fiat-per-USDC rate with Radom FX margin baked in
networkFeeUsdnumber<float>nullableNetwork fee in USD (for crypto payouts only)
400Bad Request
errorstringrequired401Unauthorized
errorstringrequired500Internal server error
errorstringrequired