#manny-manny-2023_code

1 messages ¡ Page 1 of 1 (latest)

ivory steppeBOT
#

👋 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.

umbral tapir
#

Hi, let me help you with this.

bleak dune
#

Hi

umbral tapir
#

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?

bleak dune
#

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

#

this is one of our production real customers

umbral tapir
#

Yes, it only works for cards now.

bleak dune
#

will this work for bank accounts too

umbral tapir
#

Yes

bleak dune
#

ok will try this and reach out to you, thank you for your support