Given the tokens object from the `get_authentication_tokens` function, the encrypted account ID of interest, and the transaction ID of interest, return information corresponding to that transaction. Note that the transaction ID can be obtained by first calling the `get_transactions` function, finding the transaction of interest, and then finding the transaction ID on that data frame.
get_transaction(tokens, encrypted_account_id, transaction_id)Returns a data frame containing the transaction information.
token object from `get_authentication_tokens` function (list).
encrypted ID of the account from `get_account_numbers` function (string).
transaction ID of interest (numeric).
Nick Bultman, njbultman74@gmail.com, July 2024