#kliti_api

1 messages ยท Page 1 of 1 (latest)

severe vortexBOT
#

๐Ÿ‘‹ 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.

pallid folio
#

๐Ÿ‘‹ happy to help

midnight arrow
#

Hello

pallid folio
midnight arrow
#

Hi, do I have to charge before creating a payment intent?

pallid folio
#

no the integration flow I sent you will attach the Payment Method to the customer before charging

midnight arrow
#

Ok, Thank You,
I am going to check out the full documentation and let you know if I have more questions.

pallid folio
#

sure

midnight arrow
#

I have a question

pallid folio
#

sure

midnight arrow
#

Is this saving the card details from the Stripe UI?

pallid folio
#

yes that's correct

midnight arrow
#

For this project, I should not use the Stripe link to save the card.

pallid folio
#

you don't need to use Stripe Checkout

#

you can use the Custom Flow as I shared in my link

#

which use Stripe Elements

midnight arrow
#

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.

pallid folio
#

no that's not how you're suppose to use the ngx-stripe library

#

so just the front-end part of the doc I sent you would be replaced by this