Skip to main content
POST
Get fees breakdown

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Body

application/json

This retrieves a detailed fee breakdown for a specific transaction type between two currencies. By providing the necessary parameters, businesses can understand the applicable fees for sending or receiving funds, whether through bank transfers or other methods. This endpoint supports transactions in various currencies, allowing for flexibility and transparency in financial operations.

from_currency_id
string
required

Currency code you are sending from (e.g., NGN, CAD, USD)

to_currency_id
string
required

Currency code the recipient will receive (e.g., NGN, CAD, USD)

from_amount
number
required

Amount to deduct from your wallet

to_amount
number

Exact amount the recipient should receive

customer_id
string<uuid>

UUID of the customer for the transaction. If the customer type is individual, the fees that target individual customers apply. If you omit this field, the standard business fees apply. If the customer does not belong to your business, the API returns a 400 error.

Response

Fee breakdown calculated successfully

our_fee
number
required

Total fee charged by Blaaiz for this breakdown.

collection_fees
object[]
required
payout_fees
object[]
required