#nondescript
1 messages · Page 1 of 1 (latest)
Hi there
Yep with our PHP library you would do: $stripe->invoices->finalizeInvoice( 'in_1NEBDI2eZvKYlo2CQYK77jrc', [] ); like we show in the API ref: https://stripe.com/docs/api/invoices/finalize
Ah, I see, so I setup a Stripe client and call it directly from the client? That helps so much, appreciate the speedy response!
Yep!