#therealbenji_checkout-savedpms-displaymultiple

1 messages ¡ Page 1 of 1 (latest)

glossy groveBOT
#

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

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

summer fulcrum
#

Hello, have you double checked that the involved payment methods here have allow_redisplay=true?

#

Looking in to what other restrictions there may be here

tender anchor
#

Hey! Sorry for the slow reply. I didn't realize you guys were so quick!

#

Yes, they are both set to allow_redisplay=always

            "id": "pm_1Ps8HcETbTfYUQujylsFI48v",
            "object": "payment_method",
            "allow_redisplay": "always",

            "id": "pm_1Ps8IUETbTfYUQujJN2MeV0b",
            "object": "payment_method",
            "allow_redisplay": "always",
#

This is what it looks like, it doesn't show multiple options.

Messing with the allow_resdiplay property does have an effect though.
Before using allow_redisplay_filters to show both limited, always, I wouldn't see a user's payment method that was previously used for checkout.

The limitation seems to be that I'm only seeing that last payment method used, versus all

summer fulcrum
#

What happens if you click "Change" does it just revert to the form for adding a new card?

tender anchor
#

This is the request to create the checkout session:

summer fulcrum
#

Thank for for the info. I will reach out to my colleagues about this, I think it may be subscription mode specific behavior with Checkout

tender anchor
#

Thank you!

summer fulcrum
#

Ah, this is a Checkout specific restriction. Checkout is only expected to list one PM at the moment though listing more is on our roadmap. If you reach out to our support team they may be able to help you there https://support.stripe.com/?contact=true

glossy groveBOT