#weboar_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/1295825195390603286
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
When you say split in 2 charges, what does that mean?
Two separate charges or something else?
two separate charges
Hmm you can create two separate PaymentIntents for the separate charges - https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
Are you on the legacy checkout?
https://docs.stripe.com/payments/checkout/migration
2 mins, sorry
Hmm you can create two separate PaymentIntents for the separate charges - https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
With this I would be able to collect payment details once and use them in two different payment intents?
Are you on the legacy checkout?
https://docs.stripe.com/payments/checkout/migration
Yes
Gotcha. If you're trying to charge a payment method multiple times, you should save it first and then charge it separately.
got it. But then, when asking for the CC info, I wouldn´t be able to tell him something like "You will be charged 100usd. Enter Your CC.". The button instead of saying "Pay" would say "Save" and that is fixed, right?
Correct
so, it would be more like an add the CC info to the customer prpfile...
As oppostie to enter the CC to finalize the payment
right?
Correct
NP! 🙂 Happy to help