stripe_update_dispute: Update a dispute.

Description Usage Arguments Value Examples

Description

Update a dispute and add evidence to it.

Usage

1
stripe_update_dispute(api_key, charge_id, args)

Arguments

api_key

Your Stripe API Key

charge_id

The identifier of the charge with the dispute.

args

An optional list that can contain

evidence

optional Evidence towards resolving dispute.

metadata

optional key/value for storing dispute information.

Value

Returns a dispute data frame if valid.

Examples

1
2
3
4
## Not run: stripe_update_dispute("sk_test_BQokikJOvBiI2HlWgH4olfQ2", 
"ch_14TLyd2eZvKYlo2CdryxwrF8", list(evidence="Here's evidence showing
this charge is legitimate.",metadata=list(exhibitA="This happened")))
## End(Not run)

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