Retrieve a specific transaction, defaulting to the first valid account if no account ID is supplied
1 2 | getTransaction(mtoken = getMonzoToken(), accountId = NULL,
transactionId = NULL, expand = "merchant", parse = TRUE)
|
mtoken |
The Monzo API token |
accountId |
The id of the account that you're requesting transactions from |
transactionId |
The id of the transaction being requested |
expand |
A string dictating what should be expanded within the responses. Defaults to 'merchant' |
parse |
Boolean dictating whether to coerce response into a neater dataframe. Defaults to true |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.