Rest API Endpoint
this is the rest api endpoint for making request
Main Endpoint (send)
Send Money Response
POST
https://e-levy-api.vercel.app/api/v1/send
When sending the money , one should add charges and this endpoint is designed to do that ,it will determine the charge to be added to the amount been send to the receiver
Request Body
Name
Type
Description
amount*
integer
the amount to be sent to the reciever
telco
string
the telecommunication services
"MTN" , "VODAFONE" , "AIRTELTIGO"
Last updated