Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_retrieve_refund: Retrieve a refund.
Description
Retrieve all the information about a particular refund on a charge.
Usage
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.