#bluecitrusheart_unexpected

1 messages ยท Page 1 of 1 (latest)

viscid stormBOT
#

๐Ÿ‘‹ 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/1438555631983263755

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

sudden cove
#

Hi ๐Ÿ‘‹ no, not that I'm aware of offhand. Are you seeing any errors being thrown as you go through your flow? Is there a test page available where I can see the behavior you're seeing?

sharp cosmos
#

There are no errors. Unfortunately we cannot share authenticated pages.

::Stripe::CustomerSession.create({
        customer: {id},
        components: {
          payment_element: {
            enabled: true,
            features: {
              payment_method_redisplay: "enabled",
              payment_method_save: "enabled",
              payment_method_save_usage: "on_session"
            }
          }
        }
      })

This is our current payload which matches with the documentation here

I've added payment_method_remove: "enabled" and it shows the delete icon after clicking the three dots. But it seems the editing capaibilities are gone.

Build an integration where you can render the Payment Element prior to creating a PaymentIntent or SetupIntent.

#

Is it possible that Stripe offers a setting to turn this off via the Dashboard?

sudden cove
sharp cosmos
#

Looking for screenshots. Yes, payment_method_save is enabled. The new attribute we've have added after seeing the issue is payment_method_remove: "enabled" to force the delete icon to appear. I'm a little fuzzy on whether the SDK ever provided editing options. QA confirms that it has always been there, but I have only been able to display the delete option.

prisma drift
#

Hello, I also have the same problem. The โ€œchangeโ€ button seems to have disappeared.

sharp cosmos
sudden cove
#

Checking with my teammates

#

Are you both able to share Customer Session IDs where you saw this behavior?

sharp cosmos
#

yes, checking.

#

is this a safe thread to share the ID?

sudden cove
#

Yeah, those IDs aren't sensitive. Can you also share a screenshot with the delete option being in the overflow menu?

sharp cosmos
#

cuss_1ST3GQFbNECkcVSpvEIngxBe

sudden cove
#

One thing I'm noticing, do you see the same behavior if you use the 4242 test card consistently?

sharp cosmos
#

Doesn't seem to matter which card is being saved. I do not see the overflow menu anymore.

viscid stormBOT
sudden cove
#

Trying to check with the team if this is intentional

hidden delta
#

๐Ÿ‘‹ stepping in here @sharp cosmos and just letting you know that this is being investigated internally and does seem to be a bug. Thanks for raising this, I'll circle back when I have more info.

sharp cosmos
#

Thank you for checking on this. I will let our team know the current status.

hidden delta
#

Okay the issue has been discovered and a fix is being worked on. The fix will still need to deploy which will take a couple hours but the previous state should be recovered shortly.

sharp cosmos
#

Thank you!