Top Up SAP Wallet

Topup SAP Wallet API allows you to move money from your Payments Wallet to your SAP Wallet. SAP Wallet is the wallet that funds your service usage expences.

topup sap wallet

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

This endpoint allows you to topup your SAP wallet from your payments wallet.

Request Body

{
    "status":true,
    "response": {
    "TransactionStatus":"Transaction Completed Successfully",
	"Amount":"10",
	"Date":"2019/07/21"
    }
}

Last updated