#RafaelH
1 messages · Page 1 of 1 (latest)
hi vanya
Hi! Let me help you with this.
welcome
Do you mean you don't want the invoices to be sent to the customers?
Could you please share a Subscription ID sub_xxx
sub_1MUrCdAcWTfKUWxVXjITve5c
we want to be in controll, when to create an invoice and send it but also when NOT to create it and not send it
wen dont needt it for our subscriptions
I understand. Invoices are not sent to the customers by default.
I don't know about the pricing, that you will need to check with Stripe Support: https://support.stripe.com/?contact=true
However, creating an Invoice is just a mechanics of how Subscriptions work. It's a summary of what needs to be paid for a given billing period. I don't think you need to pay for each Invoice if you don't send it to the customer. However, I would recommend checking that with Support.
ok, thank you, i will do this directly
stopp and enable email, what is the attribute in the api?
You can modify the collection_method and set it to send_invoice or charge_automatically: https://stripe.com/docs/api/subscriptions/update#update_subscription-collection_method
ok, thank you
You can also send a finalized invoice using hosted_invoice_page param or a PDF with invoice_pdf: https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
Happy to help. Let me know if you have any other questions.