#juchom_best-practices
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/1232977359359971389
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
hi !
would you mind sharing more details about what you're trying to achieve?
Sure, I am no expert so to help you understand what I want, if you go to this site
https://vault.bitwarden.com/#/register?org=teams&layout=teams1
The have a custom workflow for registration
ok
And when you arrive to the payment step, they have integrated stripe like this
they are not using stripe checkout session, they have integrated it on their website
I would like to know how we can do this ?
they are using it, I have an account with them ๐
ok
so you want to do something similar?
Yes
I'm not sure though how they're integrating maybe their just using the Stripe.js library without the Stripe Elements
but I wouldn't really recommend that
I would instead use https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
sure
I'm not sure to understand what is a payment intent, could you please give a definition of this ?
if you are looking for subscriptions you don't really have to worry about PaymentIntents
you would most likely deal with Subscriptions and Invoices
the PaymentIntent is our way of saying that you have the intent to collect a payment from a customer
ok, thanks
I'm going to look at this documentation
In case I need more help later, can I come back to this thread ?
yes sure
great thanks