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.
  1. Access the
    transactionIdentifier
    value in the
    onActivityResult
    of the original transaction.
  2. Retrieve the transaction
    summaryIntent
    from the
    mposUi
    object.
  3. Use the
    startActivity
    method to initiate the Summary screen.

    ADDITIONAL INFORMATION

    val summaryIntent = mposUi.createTransactionSummaryIntent(transactionIdentifier = "transactionIdentifier") startActivityForResult(summaryIntent, MposUi.REQUEST_CODE_SHOW_SUMMARY)