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

NameTypeDescription

username

string

Provide your application username

apiKey

string

Provide your application apiKey

PhoneNumber

string

Provide the recipient phone number in international format.

Amount

number

Provide the amount you want to send

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

Last updated