Payment Calculator
POST
/param/merchant/feesCalculatorRequest
Body Params application/json
paymentMethod
string
required
paymentAmount
integer
required
paymentCurrency
integer
required
Example
{
"paymentMethod": "Ecocash",
"paymentAmount": 10,
"paymentCurrency": 1
}
Request samples
Responses
Payment Calculator(200)
Payment Calculator
HTTP Code: 200
Content Type : Rawtext/plain
ExamplePayment Calculator
{
"id": 2,
"feesMerchantId": "DEFAULT",
"feesPaymentMethod": 3,
"feesMarkUp": 2,
"feesServiceProviderFee": 2,
"feesSmatPayFee": 2,
"feesMinAmount": 1,
"feesMaxAmount": 100,
"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
}
Last modified: a day ago