Sales History

Sequence diagram

Process Flow

  1. ClientApp initiates the sales history process by calling ThirdPartyIntegration.requestMPOSIntegration() with ActionTypeSalesHistory.
  2. MPOSApp sends a request to MPOSPaymentServer to fetch the transaction history list.
  3. MPOSPaymentServer returns the transaction list to MPOSApp, which displays it on the Transaction History Screen.
  1. ClientApp then calls processResponseMPOSIntegration, and MPOSApp returns the result via a ThirdPartyIntegrationResponseVO.