stripe_balance_history: Retrieve a Stripe Account Balance History.

Description Usage Arguments Value

View source: R/balance.R

Description

Retrieve the history of your account balance.

Usage

1

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.


RStripe documentation built on May 2, 2019, 7:45 a.m.