#Joe Slime-invoice
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ is the created invoice still in a draft state?
Hi there ๐ is the created invoice still in a draft state?
Yes, even tho l'm passing 'collection_method' => 'charge_automatically' during the create invoice api call.
Gotcha, in that case we would initiate the payment when the invoice is finalized and moves out of the draft state. We automatically finalize drafts about an hour after their creation, or you can manually finalize them with this API:
https://stripe.com/docs/api/invoices/finalize
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great thanks l'll do some testing here.
Any time!