Learn R Programming

RStripe (version 0.1)

stripe_update_dispute: Update a dispute.

Description

Update a dispute and add evidence to it.

Usage

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

Run this code
## 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)

Run the code above in your browser using DataLab