InvoiceService::update( string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Draft invoices are fully editable. Once an invoice is finalized, monetary values, as well as collection_method, become uneditable.


Description Description

If you would like to stop the Stripe Billing engine from automatically finalizing, reattempting payments on, sending reminders for, or <a href="/docs/billing/invoices/reconciliation">automatically reconciling invoices, pass

auto_advance=false

.


Parameters Parameters

$id

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeInvoice)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/InvoiceService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.