getTransactionById

abstract fun getTransactionById(transactionId: String): AccountTransactionDto

Returns account transaction by ID

Return

The response containing the account transaction

Parameters

transactionId

The ID of the account transaction

Throws

if access to a field is denied.