1.1 KiB
Hi Kwesi,
This is what we agreed on the mse works:
You will work on disbursement confirmation endpoint
-
To sit on the mobile money server
-
Db is on .201 and called malawi_stock_exchange
-
The endpoint to accept our transid,their unique reference id, mobile number, amount, among others in the payload
-
The endpoint to respond back with status of the transaction
-
You should have another endpoint for transaction enquiry
-
This will just refer to the transaction enquiry service for disbursements
-
To accept the transID and unique reference in the payload
-
To return TS of TF to mean transaction successful or transaction failed respectively
-
All MSE projects are found on the mobile money server in this path:
-
Airtel Money: /var/www/payments.click-mobile.com/html/mse/airtelmoney
-
Mpamba: /var/www/payments.click-mobile.com/html/mse/mpamba
-
API - /var/www/payments.click-mobile.com/html/mse/api
-
www.payments.click-mobile.com/api
Would you like to see how to define a global constant for this base URL so you can easily link to images and CSS from your templates?