Get Transaction Status
v2.25
Get Transaction Status
Sequence diagram
Process Flow
- ClientApp initiates a transaction status check by calling ThirdPartyIntegration.requestMPOSIntegration() with ActionTypeGetTransactionStatus.
- MPOSApp sends a get transaction status request to MPOSPaymentServer.
- MPOSPaymentServer responds:
- if successful, return result to ClientApp via processResponseMPOSIntegration.
- if failed, return error response to ClientApp using the same method.