Recurring Payment
v2.25
Recurring Payment
Sequence diagram
Process Flow
- ClientApp triggers a recurring payment request via ThirdPartyIntegration.requestMPOSIntegration().
- MPOSApp displays the Recurring Payment Information screen.
- MPOSApp proceeds to the Payment Screen.
- MPOSApp sends the recurring payment request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If approved, MPOSApp processes the response and returns
[Response Code: 100]
to ClientApp. - If failed, MPOSApp processes and returns an error response to ClientApp.
- If approved, MPOSApp processes the response and returns