#kliti_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/1314163008842240031
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Hello
please use https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements instead of your current implementation
Hi, do I have to charge before creating a payment intent?
no the integration flow I sent you will attach the Payment Method to the customer before charging
Ok, Thank You,
I am going to check out the full documentation and let you know if I have more questions.
sure
I have a question
sure
Is this saving the card details from the Stripe UI?
yes that's correct
For this project, I should not use the Stripe link to save the card.
you don't need to use Stripe Checkout
you can use the Custom Flow as I shared in my link
which use Stripe Elements
I am using Angular and a library called ngx-stripe for the card form
And from the frontend, I am creating a cardToken, and then from that token, JI am creating a customer.