stripe_balance_history: Retrieve a Stripe Account Balance History.
Description
Retrieve the history of your account balance.
Usage
stripe_balance_history(api_key, args = NULL)
Arguments
api_key
Your Stripe API Key
args
optional list which can include
- available_on
- optional: Filter on date with unix timestamp.
- ending_before
- optional: An object id which will show objects before
- limit
- optional: A number 1 to 100 to limit the items. Default is 10
- source
- optional: Only returns transactions aassociated with ID.
- transfer
- optional: Only returns transactions aassociated with transfer.
- starting_after
- optional: An object id which will show objects starting here
- type
- optional: Type: 'charge', 'refund', 'adjustment', 'application_fee'
'application_fee_refund', 'transfer', or 'transfer_failure'
- currency
- optional: 3 letter ISO
Value
A data frame with balance history information if succeeded.