Learn R Programming

RStripe (version 0.1)

stripe_update_refund: Update a Refund

Description

Update a refund with any metadata you want to include about the refund.

Usage

stripe_update_refund(api_key, charge_id, refund_id, args)

Arguments

api_key
Your Stripe API Key
charge_id
The id of the charge with the refund.
refund_id
The id of the refund you want to update
args
A list can contain:
metadata
optional Any metadata in a list to change for refund.

Value

A data frame with the updated refund info if successful.