stripe_update_invoice: Update an Invoice.

Description Usage Arguments Value

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.


Gastrograph/RStripe documentation built on May 6, 2019, 5:33 p.m.