Mobile B2B

Mobile Business To Business (B2B) API allow you to send payments to businesses e.g banks from your Payment Wallet.

Mobile B2B

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

This endpoint allows you to initiate mobile B2B requests.

Request Body

{
    "status": true,
    "response": {
    "TransactionStatus":"Success, Submitted For Proccessing",
    "DestinationChannel":"12345",
	"DestinationAccount":"account12345",
	"Amount":"500.00",
	"Date":"2019/07/14"
    }
}

Last updated