Calculate Fiat Transfer Fee
Fiat Transfers
Calculate Fiat Transfer Fee
Calculate the payout fee for a fiat transfer amount in NGN
GET
Calculate Fiat Transfer Fee
Query Parameters
The transfer amount in NGN for which to calculate the fee. Must be a positive number (minimum
0.01).Request Example
When using
curl in a shell, wrap the full URL in quotes (or use curl -g) so query string characters are not interpreted by the shell.Response
| Field | Description |
|---|---|
data.amount | The amount you passed in the query (NGN) |
data.currency | Always NGN for fiat payout fee quotes |
data.feeAmount | The fee charged for the payout |
data.total | amount + feeAmount (total debited including fee) |