Get Token
v2.25
Get Token
Sequence diagram
Process Flow
- ClientApp initiates an SSO token request by calling requestMPOSIntegration() with ActionTypeGetToken.
- MPOSApp identifies the integration type as IntegrationTypeSSO and sends a Get SSO Token request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, return result to ClientApp via processResponseMPOSIntegration.
- If failed, return error response to ClientApp using the same method.