#Mytras
1 messages · Page 1 of 1 (latest)
Hi there, by automated payment I guess you mean subscription?
both 1-time and subs
i am setting up automated payments flow using API
because reading the documentation I saw this "Stripe automatically finalizes drafts before sending and attempting payment on invoices. However, if you’d like to finalize a draft invoice manually, you can do so using this method." and I was wondering, if I setup a step to send the invoice to the customer will it automatically finalise or do I have to anyway finalise it before sending it?
which doc are you reading, can you send me the link?
sure
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK. for invoice generated by subscriptions, you don't need to manually finalize them, Stripe will automatically finalize them (see https://stripe.com/docs/billing/subscriptions/overview#invoice-lifecycle) .
For ad-hoc invoices created by yourself, you need to manually finalize them.
but, should I first finalize the invoice and then send it to a customer or, send it and than finalize it?
You can only send finalized invoices