#bjj_checkout-installments
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/1238191406690996265
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Thank you
@autumn belfry we have https://docs.stripe.com/payments/save-during-payment explaining how to save card details
There are definitely many different ways to do this. And Checkout is not a good fit for "real installments plans" because we don't support the concept of an "end date" on Checkout
bjj_checkout-installments
I don't need to do installments at set dates though, I just need to be able to charge the customer when I want
Your documents told me to use Stripe Checkout with future_usage turned on. Do I need to use Stripe Elements instead?
Can I not just charge the customer an initial deposit and then save the card and use in the future with session_off so that the client doesnt need to approve?
I realy need help in setting this flow up because your documentation is very confusing
I have read the article that you sent me already, I have read all of your documentation
Please do not just send me links to read, I need real customized help please
I'm sorry you started explicitly talking about installments and now you said you don't want installments.
I need this as an embedded for
and the linkthat you sent me says:
Use Stripe Checkout to easily embed a prebuilt payment form on your website that allows your customers to save their payment details for future purchases.
If what you want is to accept a payment for $100, and save the card for future payments off session then the doc I shared is the canonical integration path and works totally fine and is exactly what you need
I would want installments, but I need to be able to charge those installments qwhenever I want, not to a set schedule
But you said above that I cannot use Stripe Checkout for this and the link that you sent me tells me to use Stripe Checkout for embedded integration
So I am confused
I showed you how to accept a payment with Checkout and save cards.
I also said that Checkout doesn't support installments because we don't show something like $125 a month for 4 months. So if you care about that Checkout is not a good fit. If you don't care about that then Checkout works fine
OK great thank you! So just to clarify... I can use embedded Stripe Checkout to initially charge a new customer say $2,500 and save their card details to charge them again in the future. Then one week later I can charge them the remaining $12,500 using PaymentIntent?
hello?
yes you can
thank you!! have a great day