24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
Hi Kwesi,
|
|
|
|
This is what we agreed on the mse works:
|
|
|
|
You will work on disbursement confirmation endpoint
|
|
1. To sit on the mobile money server
|
|
2. Db is on .201 and called malawi_stock_exchange
|
|
3. The endpoint to accept our transid,their unique reference id, mobile number, amount, among others in the payload
|
|
4. The endpoint to respond back with status of the transaction
|
|
5. You should have another endpoint for transaction enquiry
|
|
6. This will just refer to the transaction enquiry service for disbursements
|
|
7. To accept the transID and unique reference in the payload
|
|
8. To return TS of TF to mean transaction successful or transaction failed respectively
|
|
9. All MSE projects are found on the mobile money server in this path:
|
|
10. Airtel Money: /var/www/payments.click-mobile.com/html/mse/airtelmoney
|
|
11. Mpamba: /var/www/payments.click-mobile.com/html/mse/mpamba
|
|
|
|
13. API - /var/www/payments.click-mobile.com/html/mse/api
|
|
14. http://216.55.185.131/
|
|
15. 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?
|