Querying Transaction Fees
Different fees apply to our various methods. Understanding your transaction fees can help you in choosing the right method for your payment.
Follow these instructions to query fees before initiating a payment:
- Encrypt the fee query request. This request should contain the payment type and transaction amount.
- Send the encrypted request to the fetch fee endpoint.
Use these sample to guide your fee query
{
"amount": 500,
"payment_option": "BANK-TRANSFER" //other supported options include C (for cards), NQR and USSD.
}
{
"data": "b6t36QfBWy0r7SQipdgkzp1+5O43QyYYjrj8FNIAKfx7gR9AtITHEDDA02m3oLqFNwsButeKkyZVL8+21kz9sY1yfJuI/QqtefxGPUagYCnuMNIBFeo97rWCemI8oBQ5G33NgnPoX54MWw7aZ8/W8wLWtrAeFA1WjwsIh3Ewb7z07Q/IgqCXn6793xizC9qIp/X5HCzdnBgUcUk92Xo7qKPbsR/8Cvmg6zapU9Z8zsdYwxUx/lkQLAihvarQ7LmGL4tyijKu2FcNQL7xdJKArl1hfv4d80FkD/0tnbxl6w/taL2rCgvALiNvgerxJQi8PgMACG4lMzib+LVhNzcu94fmUNiG7kwUfbB7QmlUmqgGoyMwOqSGGbKDkNcyQQuVPbaW6znfIGIqp3sVFBLnMD9vCWdlIqmNTskp2ROBL4DVAzNmJwAj9ofhXcSN5RF1Bx0ubAzQ4N90z6xduwZHH/iV/rqTfsIdXkRDVZWP25cJB8huoTTJcBBnoX9bFnj1709fAGQuMyNlj+uBqXKwFA6Q9MrafefNnRzU6OpeNzibNpL3hOHfoZkuA8Zqjc14Rq1BuIMYuLrsfpdZTW2vSnNWUju5B+DU9sat5Sbxks6QqIyrH3HhzJQeCaD59ruFDTyAG/kSz37y18BTt3iybg0z+nW1zXWfJec46hSCDpQ="
}
{
"data": {
"fee": 80.00,
"amount": 500.0,
"subsidiary_fee": 80.00,
"customer_fee": 0.0000000,
"total_charged_amount": 500.0000000,
"payment_option": "BANK-TRANSFER"
},
"status": "success",
"message": "Operation successful"
}
Updated about 1 year ago
What’s Next