Credit Settlement
v2.25
Credit Settlement
Sequence diagram
Process Flow
- ClientApp initiates a credit settlement process by calling requestMPOSIntegration() with ActionTypeCreditSettlement.
- MPOSApp sends a request to MPOSPaymentServer to fetch the transaction history list.
- MPOSApp displays the results on the Transaction History Screen.
- MPOSApp navigates to the Credit Settlement Screen where the total credit amount is shown.
- MPOSApp sends a Credit Settlement request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, return result to ClientApp via processResponseMPOSIntegration.
- If failed, return error response to ClientApp using the same method.