#thewhammykablammy_api

1 messages ¡ Page 1 of 1 (latest)

blissful kelpBOT
trim idolBOT
#

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.

blissful kelpBOT
#

👋 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.

spring belfry
#

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

carmine wind
#

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

spring belfry
# carmine wind Like, right now we support Stripe Elements in our e-commerce workflow, where a c...
carmine wind
#

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!

spring belfry
#

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

carmine wind
#

Thank you, appreciate the quick response!