Logo

Find Express Deposit

This GET request retrieves the details and processing status of an express deposit (STK Push) transaction. It uses the unique identifier originally sent during the collection request.

Context

Use this endpoint to verify if a deposit was successful after the user has interacted with their mobile device. The query parameter must match the OriginatingConversationId used in the initial /v1/express-deposit POST request.

Note: A valid token is required for authentication. Refer to the Token Request documentation to manage your session.
GET/v1/express-deposit/check-status?OriginatorConversationId={ID}

Check Deposit Status

Returns the specific deposit record including results codes and transaction descriptions.