Learn R Programming

RStripe (version 0.1)

stripe_create_application_fee_refund: Create a refund for an Application Fee.

Description

Create a refund for an application fee.

Usage

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

Run this code
## Not run: stripe_create_application_fee_refund("sk_test_BQokikJOvBiI2HlWgH4olfQ2", 
# "fee_4cbC9iLv8PdUnk")## End(Not run)

Run the code above in your browser using DataLab