View source: R/get_account_numbers.R
get_account_numbers | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function, return the account number(s) information, including the actual account number(s) and the encrypted ID(s) of the user that were granted when authenticating. The encrypted IDs are used in other functions (like orders and transactions) that require a specific encrypted account ID to be specified.
get_account_numbers(tokens)
tokens |
token object from 'get_authentication_tokens' function (list). |
Returns a data frame containing the account numbers and their encrypted values.
Nick Bultman, njbultman74@gmail.com, June 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.