#balconytom-elements
1 messages · Page 1 of 1 (latest)
Hi there! Can you confirm that other payment methods are enabled in your dashboard?
Also, different payment methods show up for different countries, so some amount of what's available in the element might be due to the locale
yep I've enabled them in my dashboard. Wdym by 'locale', where is this set? In the browser? Also does it matter that I'm doing this via a connected account?
Ah, there is a Connect-specific view for enabling payment methods in the Dashboard. Do you have them enabled there as well?
https://stripe.com/docs/connect/automatic-payment-methods#enable-payment-methods-connected-accounts
Ah, that must be it! Don't have access rights currently to make sure but I reached out to my admin to do this, but I'm pretty sure this it, thanks a lot 🙂
No problem!
Also, if I can have another question. Is it possible with Stripe Elements: once I create a Payment Intent, mount the elements, collect whatever payment method details are needed and then to just create a Payment Method (for later use) instead of sending stripe.confirmPayment right away?
Hi @silver finch, stepping in for @fading grail as they need to step away.
In this case you would use a SetupIntent, not a PaymentIntent. https://stripe.com/docs/payments/save-and-reuse is the guide you want to follow for that.