#wasserbr_paymentelement-autopms
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/1288181003096952832
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey @glossy creek I don't fully grasp your question but ApplePay and GooglePay aren't a "payment method type", they both are grouped with card. Same of installments, it's a feature of card payments in Mexico so it's behind card. And BankTransfers are customer_balance
Hi, thank you for the prompt response
I could found a place where this was mention
I just enable Stripe Link as payment method and it is being listed, bust just that
I reenable automatic payment methods
Sorry I don't really get what you are asking unfortunately. Please read carefully what I said which explains how it works. If you have a speciifc point of confusion, I'm happy to help but I need a clear question, with your exact code, an example PaymentIntent id, etc.
I see, sorry for my poor writing. My question is the following: How do I manage to display all the active payment methods in the Stripe Dashboard to our customers?
Currently I have active: card, mexican installments, Apple Pay, Google Pay, Stripe Link, Bank Transfer and Oxxo
And the ones listed using Stripe's React SDK are Card, Bank Transfer, Oxxo and Stripe Link.
Okay so what's not working? Like what exact payment methods are missing in that screenshot that you expect to appear?
wasserbr_paymentelement-autopms
Mexican Installments, Apple Pay and Google Pay. But the important is Mexican Installments
Gotcha, so that's what I was explaining earlier. All 3 of those are backed by a card. So it's not the settings that are the issue.
They each have requirements that you might not be aware of
- GooglePay and ApplePay require HTTPS and a verified domain, see https://docs.stripe.com/payments/payment-methods/pmd-registration
- MX installments: This is not supported by PaymentElement at all today sadly
Just reattaching code snippet
yeah see what I said above
Oh... I see. Do you have an example project on how to implement Mexican Installments?
We do have a beta for installments. So the easiest is likely for you to reach out to our support team asking for access: https://support.stripe.com/contact
Awesome, thank you, you were very helpful