post https://tandaio-api-uats.tanda.co.ke/io/v2/organizations//requests
Send money to any Mobile money wallet directly from your Tanda wallet.
1. Send money from Primary Reseller Float wallet
1.1. Supported command ID
CDeposit
1.2. Supported service provider IDs
- MPESA
- AIRTELMONEY
- TKASH
- EQUITEL
1.3. Required request parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
amount | Number | Amount | N | 100 |
accountNumber | Phone number | Wallet | N | 254712345678 |
1.4. Required reference parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
resultUrl | URL | Callback URL | N | https://sub-domain.example.com/reults |
1.5. Expected result parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
transactionRef | String | Txn ref | Y | LH00000000 |
2. Send money from Sub wallet
2.1. Supported command ID
MerchantToMobilePayment
2.2. Supported service provider IDs
- MPESA
- AIRTELMONEY
- TKASH
- EQUITEL
2.3. Required request parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
merchantWallet | Sub wallet | Sub wallet | N | 123456 |
amount | Number | Amount | N | 100 |
accountNumber | Phone number | Wallet | N | 254712345678 |
2.4. Required reference parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
resultUrl | URL | Callback URL | N | https://sub-domain.example.com/reults |
2.5. Expected result parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
transactionRef | String | Txn ref | Y | LH00000000 |