Mobile Checkout-STK PUSH

Mobile Checkout API allows you to initiate Customer to Business (C2B) payments on a mobile subscriber’s device. This allows for a seamless checkout experience.

Mobile Checkout-C2B-STK Push

POST https://renthero.co.ke/phpsap/developer/payments/lnmo.php

This endpoint allows you to initiate a mobile checkout on client device.

Request Body

{
    "status": true,
    "response": {
    "TransactionStatus":"Success, Submitted For Proccessing",
	"Source":"+2547xxxxxxx",
	"Amount":"200.00",
	"Date":"2019/07/14"
    }
}

Last updated