Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_update_invoice: Update an Invoice.
Description
Update the information on an invoice, add a fee, close, or forgive it.
Usage
stripe_update_invoice(api_key, invoice_id, args)
Arguments
api_key
Your Stripe API Key
invoice_id
The invoice id you want to update
args
Can include:
application_fee
description
closed
forgiven
statement_description
metadata
Value
A data frame with the updated invoice if successful.