#joaoed-update-first-invoice
1 messages ยท Page 1 of 1 (latest)
Hi ๐ not cleanly. The first invoice is immediately processed for new subscriptions.
@sinful charm Here's what I'm trying to do:
https://stripe.com/docs/connect/subscriptions#subscription-invoices
I need to set a flat fee. In order to do that I need to update the invoice. Probably it works for the subsequent invoices, but I need to do that for the first one too. There's a way to do it?
Gotcha, you can do that with the add_invoice_items parameter when you're creating the subscription:
https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items
thx @sinful charm. I'll try it. ๐
@sinful charm it's me again. If I get it right, your suggestion is to add a price that will be represent the flat fee?
Exactly