Sales History
v2.25
Sales History
Sequence diagram
Process Flow
- ClientApp initiates the sales history process by calling ThirdPartyIntegration.requestMPOSIntegration() with ActionTypeSalesHistory.
- MPOSApp sends a request to MPOSPaymentServer to fetch the transaction history list.
- MPOSPaymentServer returns the transaction list to MPOSApp, which displays it on the Transaction History Screen.
- ClientApp then calls processResponseMPOSIntegration, and MPOSApp returns the result via a ThirdPartyIntegrationResponseVO.