#julio - couponpromo
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
ok
No, existing subscription shouldn't be affected. Note this applies via coupons which, when deleted, do not affect existing uses of that coupon:
https://stripe.com/docs/api/coupons/delete
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 is it the same about promotion code ?
Yes, those use coupons under the hood
ok
and other question: is it possible to add invoice line for a future invoice in the UI of dashboard ?
( i mean for a given subscription )
or i must do some api calls
is it possible to add invoice line for a future invoice in the UI of dashboard
can you explain more waht you mean here?
i can't see how to do that in the UI
I'm not clear on what youre trying to do
what do you mean by line item for a future invoice?
lets have a look on that subscription : https://dashboard.stripe.com/test/subscriptions/sub_1KtvkAFVEFVGD6LSJgQXC9Gi
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the upcoming invoice is displayed, how can i add a line on it ?
ah, you can do that after it is created (in response to the invoice.created webhook
let me doc a doc - one sec
Or you can add an item to the customer to have it (optionally) includes with any next invoice:
https://stripe.com/docs/billing/invoices/subscription#adding-upcoming-invoice-items
Adding to a specific draft invoice: https://stripe.com/docs/billing/invoices/subscription#adding-draft-invoice-items