#alex.esch
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alex.esch, 2 days ago, 30 messages
hi, what's the question?
Hello
our current flow is the next one
1 payment intent, 300$
but in this purchase, we are including couple of products (virtually, not using stripe products)
after success payment, we would like to create and pause the subscription
but for proper MRR calcs, as far i have understood, i will need to create one time fee
as far i have understood, the only thing i need to do, is to create an invoice item, what's it, right?
if you're using raw PaymentIntents for your payments, then you can't use Invoice Items.
if you're using Subscription then sure yes, you can use Invoice Items for one-off fees. e.g. https://stripe.com/docs/billing/invoices/subscription#first-invoice-extra .