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

NameTypeDescription

username

string

Provide your application username

apiKey

string

Provide your application apiKey

DestinationChannel

number

Provide the destination channel.This is basically the paybill number.

DestinationAccount

string

Provide the destination account.This is typically an account number to a paybill

Amount

number

Provide the amount

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

Last updated