#MikeJacobson
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you're seeing this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I think this could be one: req_cXgXFMnIVwlxFZ. There were no errors thrown, though.
It just didn't suppress the wallets like I was hoping.
When you create a Payment Element, you should be able to disable wallets: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets. Looking further
Can you share a test URL link where I can try to reproduce this on my end?
Also, given that this is Beta, you'd want to reach out to support as for next steps. We typically do not talk about Beta products here.
Ah, ok. Got it. I did reach out to support a couple days ago via an email thread we had going but haven't heard back yet, so I thought I'd check here in case it was something simple.
I can just wait for a response from them, though.
I tested this on my regular elements and it's working as expected (not using this Beta). The following does disable wallets for me:
wallets: {
applePay: "never",
googlePay: "never",
}
But yeah, given it's a Beta I would wait to get clarity.