getTransaction: Retrieve a specific transaction, defaulting to the first...

Description Usage Arguments

View source: R/transactions.R

Description

Retrieve a specific transaction, defaulting to the first valid account if no account ID is supplied

Usage

1
2
getTransaction(mtoken = getMonzoToken(), accountId = NULL,
  transactionId = NULL, expand = "merchant", parse = TRUE)

Arguments

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


ryanbateman/monzor documentation built on May 24, 2019, 2:03 a.m.