getTransactionStatus
suspend fun getTransactionStatus(transactionStatusRequest: TransactionStatusRequest): TransactionStatusResponse
Transaction status - Check the status of a transaction.
Return
successful acknowledgement TransactionStatusResponse response object.
Parameters
transactionStatusRequest
Request object that contains the transactionId for which the status is to be retrieved.
See also
Throws
TransactionStatusException
if the transaction status request failed.
if the transaction status request is null.