QR Check Status

Sequence diagram

Process Flow

  1. ClientApp initiates a QR status check by calling ThirdPartyIntegration.requestMPOSIntegration() with the appropriate action type.
  2. MPOSApp sends a "Get QR Transaction Status" request to MPOSPaymentServer.
  3. MPOSPaymentServer responds:
    • If successful, return [Response Code:10] to ClientApp via processResponseMPOSIntegration.
    • If failed, return error response to ClientApp using the same method.