#snows02
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, you can include one time items on the first invoice for a Subscription
https://support.stripe.com/questions/how-to-add-one-time-items-to-invoices-and-subscriptions-in-the-dashboard
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Did you try an approach and run into problems that I can help explain? Or is this more of a cursory search?
Currently, I have a few problems trying to add a subscription and a product in a checkout session, especially when try to add metadata in the payment intent or invoice
Hi there. What are the problems? Can you be more specific?
For ex
and not make sense add to the suscription metada the metadata related with the product
invoice creation is a separate param
If you're in subscription mode, just don't pass that param as the error message says
Invoices are already created for you
But if I am using subscription mode in the checkout session, is there a way to add metadata to the payment intent?
Not automatically unfortunately
You'd need to manually make the update payment intent call to do that
Invoices now have the subscription_details[metadata] property, though which is a snapshot of the Subscription metadata at the time of Invoice finalization. So if you just need it on the Invoice, you can set metadata on the subscription through session creation
Got it, thanks, related to the link at the top of the thread there is only this way to add subscriptions and products at the same time
That article covers multiple ways