QR Refund
v2.25
QR Refund
Sequence diagram
Process Flow
- ClientApp triggers a QR refund request via ThirdPartyIntegration.requestMPOSIntegration().
- MPOSApp shows a "Confirm QR refund payment" screen.
- MPOSApp sends the refund request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- If successful, MPOSApp processes the response and returns
[Response Code:10]
to ClientApp. - If failed, MPOSApp processes and returns an error response to ClientApp.
- If successful, MPOSApp processes the response and returns