Request
Body Params application/json
{
"paymentMethod": "Ecocash",
"paymentAmount": 10,
"paymentCurrency": 1
}
Request samples
curl --location --request POST 'https://live.smatpay.africa/param/merchant/feesCalculator' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentMethod": "Ecocash",
"paymentAmount": 10,
"paymentCurrency": 1
}'
Responses
feesServiceProviderFee
integer
required{
"id": 2,
"feesMerchantId": "DEFAULT",
"feesPaymentMethod": 3,
"feesMarkUp": 2.0,
"feesServiceProviderFee": 2.0,
"feesSmatPayFee": 2.0,
"feesMinAmount": 1.0,
"feesMaxAmount": 100.0,
"feesStartDate": "2024-06-01T00:00:00.000+00:00",
"feesEndDate": "2024-09-30T00:00:00.000+00:00",
"feesCurrencyId": 1,
"feesUserId": "udean@smatechgroup.com",
"feesStatus": true,
"feeTotalToBePaid": 12.4
}
Modified at 2025-03-10 20:49:15