#anadev16_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/1273001605209522217
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Let me take a look
When you say all the available payment methods, do you mean all the saved payment methods? Or NO saved payment methods?
HI @lime vine ! I mean all saved payment methods
does that customer have any other payment methods that allow redisplay?
specifically, allow_redisplay = always ?
yup, you're right.. I see that on the associated payment methods..
Thinking..
is the page you're testing on live? if so, can you share the URL?
actually, 'allow_redisplay_filters': 'always' isn't present in the request body
https://dashboard.stripe.com/test/logs/req_Qo0QTIUOcMBgsJ
Are you sure you're passing it correctly?
Make sure you're formatting it correctly
saved_payment_method_options: [
allow_redisplay_filters: 'always',
...
]