stripe_update_application_fee_refund: Update a refund for an Application Fee.

Description Usage Arguments Value Examples

View source: R/application_fee_refunds.R

Description

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

Usage

1
2
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

1
2
3
## Not run: stripe_create_application_fee_refund("sk_test_BQokikJOvBiI2HlWgH4olfQ2", "fee_4cbC9iLv8PdUnk",
list(metadata=list(reason="Accidental charge")))
## End(Not run)

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