QR Check Status
v2.25
QR Check Status
Sequence diagram
Process Flow
- ClientApp initiates a QR status check by calling ThirdPartyIntegration.requestMPOSIntegration() with the appropriate action type.
- MPOSApp sends a "Get QR Transaction Status" request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, return
[Response Code:10]
to ClientApp via processResponseMPOSIntegration. - If failed, return error response to ClientApp using the same method.
- If successful, return