#wasserbr_paymentelement-autopms

1 messages ¡ Page 1 of 1 (latest)

vestal heathBOT
#

👋 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.

feral coral
#

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

glossy creek
#

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

feral coral
#

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.

glossy creek
#

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.

feral coral
#

Okay so what's not working? Like what exact payment methods are missing in that screenshot that you expect to appear?

#

wasserbr_paymentelement-autopms

glossy creek
#

Mexican Installments, Apple Pay and Google Pay. But the important is Mexican Installments

feral coral
#

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

glossy creek
#

Just reattaching code snippet

feral coral
#

yeah see what I said above

glossy creek
#

Oh... I see. Do you have an example project on how to implement Mexican Installments?

feral coral
glossy creek
#

Awesome, thank you, you were very helpful