stripe_list_refunds: List Refunds

Description Usage Arguments Value

Description

List all the refunds that a charge has. You can have multiple refunds per charge until the full amount is reached.

Usage

1
stripe_list_refunds(api_key, charge_id, args = NULL)

Arguments

api_key

Your Stripe API Key

charge_id

The id of the charge with the refund.

args

an optional list that can contain:

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

starting_after

optional: An object id which will show objects starting here

Value

A data frame with refunds information


Gastrograph/RStripe documentation built on May 6, 2019, 5:33 p.m.