Check Payout Fees
To check the fee for a transfer, use the/v1/transfers/fees
endpoint. You can specify the transfer amount, currency, and network to get an estimate of the transfer fee.
Request Parameters
Field | Type | Description |
---|---|---|
amount | number | The amount to be transferred. |
currency | string | The currency code (e.g., “GMD”, “USD”). |
network | string | The payment network used (e.g., “afrimoney”, “wave”). |
Response
The response will include the transfer fee, the currency of the fee, and the amount that will be sent.Field | Type | Description |
---|---|---|
fee | number | The fee for the transfer. |
currency | string | The currency code of the fee (e.g., “GMD”, “USD”). |
network | string | The payment network used for the transfer (e.g., “afrimoney”, “wave”). |
amount | number | The total amount to be transferred. |