Description Usage Arguments Value Examples
Retrieve all the information about a specific charge.
1  | stripe_retrieve_charge(api_key, charge_id)
 | 
api_key | 
 Your Stripe API Key  | 
charge_id | 
 The identifier of the charge to be retrieved  | 
Returns a charge data frame if valid.
1 2 3  | ## Not run: stripe_retrieve_charge("sk_test_BQokikJOvBiI2HlWgH4olfQ2", 
"ch_14TLyd2eZvKYlo2CdryxwrF8")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.