stripe_retrieve_refund: Retrieve a refund.

Description Usage Arguments Value

View source: R/refunds.R

Description

Retrieve all the information about a particular refund on a charge.

Usage

1
stripe_retrieve_refund(api_key, charge_id, refund_id)

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 retrieve

Value

A data frame with the refund info if successful.


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