stripe_update_refund: Update a Refund

Description Usage Arguments Value

View source: R/refunds.R

Description

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

Usage

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


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