#thewhammykablammy_api
1 messages ¡ Page 1 of 1 (latest)
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.
- thewhammykablammy_api, 5 days ago, 8 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247244655234383933
đ Have more to share? Add details, code, screenshots, videos, etc. below.
I'm sorry, I'm not sure what you're asking. Stripe has no cart product, so I'm not really sure what you mean
Like, right now we support Stripe Elements in our e-commerce workflow, where a customer can buy multiple products with one transaction.
What I'm asking is, if we implement Stripe Subscriptions but the customer is buying one product outright, and one product that they're subscribing to, can that be achieved in a single transaction?
Like, if your cart has a streaming service subscription (creating a Stripe subscription to collect monthly payments), but it also has something like a candle, and the candle is $10 and the subscription is $20, for a total of $30, can I take one payment using Stripe Elements and assign $20 to a Stripe Subscription, and the $10 to a normal payment intent
Yes. You would just add a one-off invoice item: https://support.stripe.com/questions/how-to-add-one-time-items-to-invoices-and-subscriptions-in-the-dashboard#:~:text=You can add a one time invoice item from the,Click on Create invoice item.
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.
But with that approach, wouldn't the value of the one-off invoice item also be subject to the Stripe Subscription fee?
If that's the only/best way then that's all good, I just wanted to be sure I wasn't missing anything!
I'm not sure about the fee part of the scenario, but it's the best way to accomplish your goal, so that's my recommendation
Thank you, appreciate the quick response!