Learn R Programming

RStripe (version 0.1)

stripe_retrieve_invoice: Retrieve an Invoice.

Description

Retrieve all the information on a particular invoice.

Usage

stripe_retrieve_invoice(api_key, invoice_id)

Arguments

api_key
Your Stripe API Key
invoice_id
The invoice id you want to retrieve

Value

A data frame with the invoice if successful.