Wallet to Wallet Transfer
Transfer funds between accounts. See below an example of the payload that will be expected by the server.
Wallet Transfer
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"paymentRef":"",
"transactionId":"TEMBO-001",
"transactionRef":"TEMBO-001"
}{
"statusCode": 400,
"reason": "VALIDATION_ERROR",
"details": {
"narration": "narration cannot be empty",
"transactionDate": "transactionDate is invalid"
}
}Last updated