#Skrypnyk81
1 messages · Page 1 of 1 (latest)
Hello can you tell me more about what you mean by "the payment of subtraction"? Are you looking to subtract some amount from the invoice's total amount?
When creating a subscription the payment does not go automatically, because I want to change the description of invoice
Sorry, I confuse with subscription
So you are creating your subscription and want to edit the first invoice?
I need to edit all the invoices of subscription. Because i have the price with tier mode. I need to edit unit price in three lines
I read for Draft mode in documentation, but my subscriptions go in payment in automatic
<< If your invoice is configured to be billed through automatic charges, Stripe automatically finalizes your invoice and attempts payment. Note that finalizing the invoice, when automatic, does not happen immediately as the invoice is created. Stripe waits until one hour after the last webhook was successfully sent (or the last webhook timed out after failing). If you (and the platforms you may have connected to) have no webhooks configured, Stripe waits one hour after creation to finalize the invoice.>>
Yes, it is expected that every invoice after the first one will be in a draft state for an hour and you can edit the invoice then.
To edit the first invoice, you need to either create the subscription with a three second trial[1], or create the subscription using our Subscription Schedules API[2]
[1] https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_end
[2] https://stripe.com/docs/billing/subscriptions/subscription-schedules
When using those, the first paid invoice will also be in a draft state for an hour