Quick Chip

Sequence diagram

Process Flow

  1. ClientApp initiates a quick chip transaction by calling ThirdPartyIntegration.requestMPOSIntegration() with ActionTypeQuickChip.
  2. MPOSApp displays the Quick Chip Payment Screen.
  3. MPOSApp sends the Quick Chip request to MPOSPaymentServer.
  4. 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.