#feni-patel_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/1351883812929409117
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Could you please share more details ?
I want to implement one flow, into which first i want to take card info from the user first and after some actions payment will be confirmed based on the stored customers card info. how can i achieve this ?
You can use Confirmation Tokens for this
But not all details are available (card number, expiration, cvc...)
so i am thinking to first use the setUpIntent method to create the card along with customer and then after some actions using that stored card id payment intent create method will be used but with the confirm true flag . so payment will be done with that card. will this work ?