stripe_create_application_fee_refund: Create a refund for an Application Fee.

Description Usage Arguments Value Examples

Description

Create a refund for an application fee.

Usage

1
stripe_create_application_fee_refund(api_key, application_fee_id, args = NULL)

Arguments

api_key

Your Stripe API Key

application_fee_id

The id for the Application Fee you want to refund

args

An optional list which can contain an amount to refund

amount

optional default is entire fee

metadata

optional A list which can contain anything to further describe.

Value

A data frame with refund information

Examples

1
2
3
## Not run: stripe_create_application_fee_refund("sk_test_BQokikJOvBiI2HlWgH4olfQ2", 
"fee_4cbC9iLv8PdUnk")
## End(Not run)

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