#manny-manny-2023_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/1319604012814958623
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Could you please share more details about your ask ?
What guide are you referring to ?
and what you want to achieve ?
And what you want to achieve exactly ?
right now every time we create a checkout sessiona and customer pays we its creating new payment method and customer has to verify microdeposit everytime, for each customer we want to save the payment methods and use the same again
hi! I'm taking over this thread.
if you already have a saved payment method, then don't use Checkout Session
instead directly create a PaymentIntent with the existing payment method
our application is EOR service, every time customer selects a resource he is paying through checkout session, so if it possible to pull the saved payment methods, attach one of them to payment intent and create checkout session?
no, a Checkout Session will always create a brand new payment method (unless the customer has a card payment method saved).
you can learn more about this here: https://docs.stripe.com/payments/existing-customers
we have card option disabled for our customers, if we do not want to give our customer card option
I don't understand your last sentence. but like I said, once you have a saved payment method, don't use Checkout Session. instead directly create a PaymentIntent.