Void Payment
v2.25
Void Payment
Sequence diagram
Process Flow
- ClientApp sends a void request to MPOSApp via ThirdPartyIntegration.requestMPOSIntegration().
- MPOSApp shows a "Confirm void payment" screen.
- MPOSApp sends the void request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, Return
[Response Code:10]
to ClientApp via processResponseMPOSIntegration. - If failed, Return error response to ClientApp using the same method.
- If successful, Return