#manny-manny-2023_code
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/1288079026866622476
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Hi
every payment intent is created new payment method even though the account details are same
Yes, this is expected.
How do you expect this to work exactly?
yes can i give a same customer id?
so initially we have this code in our app where customer goes to payment screen to pay one time, after one time is done, they will added to subscription, everytime customer choose something and pays for it, its create new payment method but with same bank account details, so we connect with stripe support and they suggest https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-saved_payment_method_options and https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-saved_payment_method_options-payment_method_save but this is only working for card, after implementing this we can select save option if we select card but for bank account there is no save option coming and its not saving, we want to have only one payment method for each customer if account details are same
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is one of our production real customers
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes, it only works for cards now.
If you set up your Payment Method for future use, you don't even need to create a Checkout Session. You can just charge the Payment Method: https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
will this work for bank accounts too
Yes
ok will try this and reach out to you, thank you for your support