Transfer funds from your ewallet to another Aimtoget user's wallet.
Note: Transfers are only for Aimtoget users
{ "username": "USERNAME", "amount": "AMOUNT", "pin": "WALLET_PIN" }
username | Username of the user you want to transfer to |
amount | The amount you want to transfer |
pin | Your wallet transaction pin |
{ "status": "ok", "msg": "Transaction successful", "data": { "reference_code": ".........", "new_balance": 196785, "msg": "Transfer to USERNAME was successful" } }