v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Get Collection Fees

post/collections/fees

Request body

methodstring

Options are: momo, bank

currencystring

enter any currency

amountinteger

Amount as a number

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "currency": "UGX",
    "min_load_amount": "500.00",
    "max_load_amount": "4000000.00",
    "max_limit": "40000000.00",
    "amount_available_to_load": "39977650.34",
    "charges": "300",
    "total_to_pay": "20300",
    "amount": "20000",
    "payment_method": "16",
    "new_balance": "42349.66"
  },
  "success": true
}