Quick Chip
v2.25
Quick Chip
Sequence diagram
Process Flow
- ClientApp initiates a quick chip transaction by calling ThirdPartyIntegration.requestMPOSIntegration() with ActionTypeQuickChip.
- MPOSApp displays the Quick Chip Payment Screen.
- MPOSApp sends the Quick Chip request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If approved, MPOSApp processes the success response and returns
[Response Code: 100]
to ClientApp via processResponseMPOSIntegration. - If failed, MPOSApp processes and returns an error response to ClientApp using the same method.
- If approved, MPOSApp processes the success response and returns