Deposit Funds
Deposit funds from your main account to a wallet
Deposit Funds
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"paymentRef":"",
"transactionId":"TEMBO-001",
"transactionRef":"TEMBO-001"
}{
"statusCode": 400,
"reason": "VALIDATION_ERROR",
"details": {
"walletId": "walletId is required",
"amount": "amount must be greater than zero"
}
}Last updated