#iandk - manual invoices
1 messages · Page 1 of 1 (latest)
- Yes, you can finalize an invoice yourself with the API which will immediately move it from
drafttoopenwhich will email the user and allow them to pay https://stripe.com/docs/api/invoices/finalize#finalize_invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
- Are you setting the
payment_behaviorof this subscription todefault_incomplete? That should start the subscription in with anincompletestatus until the first payment is made
Thank you!
I'm using Laravel's Cashier package, I'll have to check how to implement those options.