#guy_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225876796390506538
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Just to clarify, do you want to accept a payment for a subscription and a 1-time fee all in 1 checkout session?
Or do you need to keep it separate?
I would prefer to have it in 1, but if it cannot be done, then it can be separate.
In this episode you'll learn how to collect a one-time fee in addition to the amounts collected for a recurring Subscription. Brennan walks through the process for creating an InvoiceItem, attaching it to a customer, and passing that customer when creating a CheckoutSession. This is a great tool for adding one-time setup fees, additional feature...
We did a video on this a while back
But it's possible to do it in 1
The idea is that you create an invoice item for the 1 time fee: https://docs.stripe.com/api/invoiceitems/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That will be pulled into the subscription's invoice
So this page would look the same then?
Awesom, I will checkout the video right now! I've been going in circles today!