#ryan_paymentelement-paymentmethods
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/1461793782168289404
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
ryan_paymentelement-paymentmethods
Yes the country associated with the Stripe account is one of the things influencing which payment methods are available. But there's many more things: currency, min/max amount, various options (recurring payments, customer on session, etc.)
I recomme d reading https://docs.stripe.com/payments/payment-methods/dynamic-payment-methods to start
thank you, I'll get on that
how does the Payment Element establish the location of the customer? I'm trying to find if we configure that when rendering the payment element or if that's happening in the payment element itself, like by IP or something
IP
ok, so to be clear, as a developer, wouldn't configure the payment element with an address or location, the payment element (like a blackbox) does it on its own using IP location?
yes
thank you very much!