Wallet Transfer

Wallet transfer API allows you to transfer money from one Payments Wallet to another Payments Wallet on our system.Initiate a wallet transfer request by making a HTTP POST request to our API.

Wallet Transfer

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

This endpoint allows you to transfer funds from your payments wallet to another payments wallet.

Request Body

{
    "status": true,
    "response": {
    'TransactionStatus':"Transaction Completed Successfully",
	'DestinationAccountName':"accountname",
	'Amount':"1200.00",
	'Date':"2019/07/14"
    }
}

Last updated