post https://tandaio-api-uats.tanda.co.ke/io/v2/organizations//requests
Send money to a Business/Organization for a particular account directly from a Tanda wallet.
1. Pay bill from Primary Reseller Float wallet
1.1. Supported command ID
BillPay
1.2. Supported service provider IDs
MPESA
1.3. Required request parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
amount | Number | Amount | N | 100 |
businessNumber | Business number | Paybill | N | 1234567 |
accountNumber | String | A/c | N | 0712345678 |
customerContact | Phone number | Requester | Y | 254712345678 |
1.4. Required reference parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
resultUrl | URL | Callback URL | N | https://sub-domain.example.com/results |
1.5. Expected result parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
transactionRef | String | Txn ref | Y | LH00000000 |
2. Pay bill from Sub wallet
2.1. Supported command ID
MerchantBillPay
2.2. Supported service provider IDs
MPESA
2.3. Required request parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
merchantWallet | Sub wallet | Sub wallet | N | 123456 |
amount | Number | Amount | N | 100 |
businessNumber | Business number | Paybill | N | 1234567 |
accountNumber | String | A/c | N | 0712345678 |
customerContact | Phone number | Requester | Y | 254712345678 |
2.4. Required reference parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
resultUrl | URL | Callback URL | N | https://sub-domain.example.com/results |
2.5. Expected result parameters
ID | Type | Label | Optional? | Sample |
---|---|---|---|---|
transactionRef | String | Txn ref | Y | LH00000000 |