Registration
v2.25
Registration
Sequence diagram
Process Flow
- ClientApp initiates a registration request via ThirdPartyIntegration.requestMPOSIntegration().
- MPOSApp sends the registration request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, MPOSApp calls processResponseMPOSIntegration and returns
[Response Code:10]
to ClientApp. - If failed, MPOSApp also calls processResponseMPOSIntegration and returns an error response to ClientApp.
- If successful, MPOSApp calls processResponseMPOSIntegration and returns