Pay to Mobile
Use this endpoint to transfer funds from a wallet to a mobile phone number
Wallet to Mobile
POST
https://sandbox.temboplus.com/tembo/v1/payment/wallet-to-mobile
This endpoint facilitates the transfer of funds from either a customer wallet or your disbursement wallet to a mobile subscriber. It's important to note that only customer wallets and disbursement wallets are eligible for this type of transaction. You cannot initiate fund transfers from your collection wallet to a mobile subscriber.
If you need to retrieve the account number for your disbursement wallet, you can make use of the "Main Balance" endpoint. This endpoint will provide you with your main (disbursement) account number.
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 |
---|---|---|
countryCode* | string | Country code. Currently, the only supported value is TZ |
accountNo* | string | The account number of the wallet from which you intend to transfer funds. This can be either a customer wallet or your main (disbursement) wallet. |
serviceCode* | string | The MNO of the recipient mobile wallet. Supported codes are: TZ-TIGO-B2C, TZ-AIRTEL-B2C |
amount* | number | Amount to be transferred |
msisdn* | string | MSISDN of the recipient |
narration* | string | Narration for this transfer |
currencyCode* | string | Currency code. Currently only TZS is supported |
recipientNames* | string | First and last names of the recipient |
transactionRef* | string | Your system reference that should be associated with this transaction |
transactionDate* | string | The value date of the transaction |
callbackUrl* | string | The web hook callback URL to be called with the current transaction update |
Last updated