Rest API Endpoint
this is the rest api endpoint for making request
Main Endpoint (send)
Send Money Response
Request Body
Name
Type
Description
{
"status": true,
"message": "success",
"amount": 500,
"telcoName": "MTN",
"telcoCharge": 0.75,
"elevyCharge": 1.5,
"chargedAmount": 11.25,
"deductedAmount": 488.75,
"moneyToSend": 511.25,
"imageReference": "https://e-levy-api.vercel.app/powered.png"
}{
"status": true,
"message": "E-levy Charges are not applicable with amounts less than GHc 100"
}{
// Response
}Last updated