Mobile B2C

Mobile Business To Consumer (B2C) APIs allow you to send payments to mobile subscribers from your Payment Wallet.

Mobile B2C

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

This endpoint allows you to initiate mobile B2C request.

Request Body

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

Last updated