Installment payment
v2.25
Installment payment
Sequence diagram
Process Flow
- ClientApp triggers an installment payment request via ThirdPartyIntegration.requestMPOSIntegration().
- MPOSApp displays the Installment Selection Screen to allow the user to choose a preferred installment plan.
- MPOSApp proceeds to the Installment Payment Screen.
- MPOSApp sends the installment payment request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If approved, MPOSApp processes and returns
[Response Code:100]
to ClientApp. - If failed, MPOSApp processes and returns an error response to ClientApp.
- If approved, MPOSApp processes and returns