Wallet to Wallet Transfer
Transfer funds between accounts. See below an example of the payload that will be expected by the server.
Wallet Transfer
POST
https://sandbox.temboplus.com/tembo/v1/transaction/transfer
Transfers money from one wallet to another
Headers
Name
Type
Description
x-account-id*
string
Partner account id
x-secret-key*
string
Partner secret key
x-request-id*
string
An id identifying this request
Request Body
Name
Type
Description
amount*
number
Amount to be transferred
fromAccountNo*
string
Account number of the wallet from which to transfer money
toAccountNo*
string
Account number of the wallet to which money should be transferred
transactionDate*
date string
The date of the transaction
narration*
string
Narration for this transaction
externalRefNo*
string
A reference number to be associated with this transaction
Last updated