Collect from Mobile Money
Use this endpoint to send a USSD push request to a mobile subscriber to receive payment
Send a USSD Push request
POST
https://sandbox.temboplus.com/tembo/v1/collection
Collect money from a mobile subscriber through a USSD push request
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 |
---|---|---|
msisdn* | string | The MSISDN of the mobile subscriber in the format 255XXX123456 to which the USSD push request should be sent |
channel* | string | The MNO to of the mobile subscriber. Supported values are: TZ-TIGO-C2B, TZ-AIRTEL-C2B |
amount* | number | The amount to be collected |
narration* | string | Narration for this transfer |
transactionRef* | string | Your system reference that should be associated with this transaction |
transactionDate* | string | The date of the transaction in the format YYYY-MM-DD HH:mm:ss |
callbackUrl* | string | The web hook callback URL to be called with the current transaction update |
Last updated