Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_pay_invoice: Pay an Invoice.
Description
Pay the invoice right now with customer information.
Usage
stripe_pay_invoice(api_key, invoice_id)
Arguments
api_key
Your Stripe API Key
invoice_id
The invoice id you want to pay
Value
A data frame with the invoice if successful.