stripe_update_invoice: Update an Invoice.

Description Usage Arguments Value

View source: R/invoices.R

Description

Update the information on an invoice, add a fee, close, or forgive it.

Usage

1
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.


RStripe documentation built on May 2, 2019, 7:45 a.m.