This endpoint calculates all applicable fees for a given transaction amount
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Preferred language for the response
The unique identifier of the merchant account
10000000 <= x <= 9999999981496198
The type of fee to calculate (e.g., D = Disbursement, C = Collection)
"D"
The channel through which the transaction is processed (e.g., BA = Bank Account, MW = Mobile Wallet)
"BA"
The amount of the transaction to calculate fees for
100000
Success Response (200)
Currency used for fee calculation
"MWK"
Original transaction amount
100000
Convenience/service fee
700
Standard transaction fee
1000
Fee charged to the merchant
0
Government levy applied to the transaction
50
Total fees before VAT
1750
VAT charged on the total fee
306.25
Final calculated fee including VAT
2056.25