Wallet transfer

POST {{BASE_URL}}/transfer/wallet

Transfer money from one Payment Product to another Payment Product hosted on Africa’s Talking.

Request Body

{"username"=>"{{USERNAME}}", "productName"=>"TestProduct", "targetProductCode"=>6531, "currencyCode"=>"KES", "amount"=>1000}

RESPONSES

status: Created

{"description":"Transfered funds to sandbox [Joe]","status":"Success","transactionId":"ATPid_8e15bd8da247a952bdd414c103d4bf04"}