You can perform a check transaction status transaction if you have the
transactionIdentifier
value for the transaction that you want to
query. The transaction details are shown on the Summary screen.Follow these steps to perform a check transaction status transaction.
- Access thetransactionIdentifiervalue in theonActivityResultof the original transaction.
- Retrieve the transactionsummaryIntentfrom themposUiobject.
- Use thestartActivitymethod to initiate the Summary screen.
ADDITIONAL INFORMATION
val summaryIntent = mposUi.createTransactionSummaryIntent(transactionIdentifier = "transactionIdentifier") startActivityForResult(summaryIntent, MposUi.REQUEST_CODE_SHOW_SUMMARY)