#hume-jacob_api

1 messages ¡ Page 1 of 1 (latest)

lost waveBOT
#

👋 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/1338579341553963110

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mighty fiber
median zealot
#

So that setting makes it so that if a user creates a payment method in Checkout, then it would get saved, right?

mighty fiber
#

Yes. The details are in the doc I linked to above.

median zealot
mighty fiber
#

Yep.

median zealot
mighty fiber
#

I think you probably meant/want https://docs.stripe.com/api/payment_methods/customer_list instead of that first link in your last message, but yes, that's how you'd do it. Note that you likely need explicit permission from your customers to do this, it's not something you can decide to set for them. The doc I originally linked to mentions that this is goverened by card network rules and data protection regulations.

median zealot
mighty fiber
#

Yeah, if a customer goes through Checkout and enables the save for reuse option in that UI the saved Payment Method should have allow_redisplay set automatically to the correct value (always) when the Payment Method is created.

median zealot
#

Alright, thanks for your help.