Withdraw Funds

Withdraw funds from wallet to your main account

Withdraw Funds

POST https://sandbox.temboplus.com/tembo/v1/transaction/withdraw

Transfers money from a wallet to your main account.

Headers

Name
Type
Description

x-account-id*

string

Partner account id

x-secret-key*

string

Partner secret key

x-request-id*

string

A unique id identifying this request

Request Body

Name
Type
Description

amount*

number

Amount to be deposited to a wallet

accountNo*

string

Account number of the wallet to withdraw from

transactionDate*

date string

The date of the transaction in the YYYY-MM-DD format

narration*

string

Narration for this transaction

externalRef*

string

External reference to be associated with this transaction

{
   "paymentRef":"",
   "transactionId":"TEMBO-001",
   "transactionRef":"TEMBO-001"
}

Last updated