Learn R Programming

RStripe (version 0.1)

stripe_update_application_fee_refund: Update a refund for an Application Fee.

Description

Update all the information of a refund of an application fee.

Usage

stripe_update_application_fee_refund(api_key, application_fee_id, refund_id, args)

Arguments

api_key
Your Stripe API Key
application_fee_id
The id for the Application Fee you want to refund
refund_id
The id for the Refund you want to update
args
An optional list which can contain:
metadata
optional A list which can contain anything to further describe.

Value

A data frame with application fee refund object if succeeded

Examples

Run this code
## Not run: stripe_create_application_fee_refund("sk_test_BQokikJOvBiI2HlWgH4olfQ2", "fee_4cbC9iLv8PdUnk",
# list(metadata=list(reason="Accidental charge")))## End(Not run)

Run the code above in your browser using DataLab