Initiate a direct debit from a user's mobile wallet. This request triggers a STK push or equivalent prompt on the PhoneNumber provided.
This service sends two callbacks. ONLY rely on the second callback for the final status of the transaction. Refer to the IPN section for the structure of the second callback.
| Field Name | Type | Max Length | Description |
|---|---|---|---|
| ShortCode | string | 7 | The credit party in the transaction. |
| Amount | decimal | 8 | The amount to be debited. |
| PhoneNumber | string | - | The debit party (customer phone). |
| AccountNo | string | 25 | Nullable; required only for Paybill deposits. |
/v1/express-depositSend an express deposit request to collect funds from a customer's mobile wallet via the sandbox environment.