Payment
v2.25
Payment
Sequence diagram
Process Flow
- ClientApp initiates a transaction by calling ThirdPartyIntegration.requestMPOSIntegration() with the appropriate action type (
ActionTypePayment
orActionTypeUndefined
). - MPOSApp displays the payment screen.
- MPOSApp sends the transaction request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If approved: return
[Response Code:100]
to ClientApp via processResponseMPOSIntegration. - If failed: return error response to ClientApp using the same method.
- If approved: return