#aaron_10220

1 messages · Page 1 of 1 (latest)

leaden vergeBOT
brisk warren
#

Hello! Unfortunately that screenshot image isn't working for me, but I think I have the gist of what you're describing

#

Quick question - are you using Payment Element in setup mode or payment mode?

wild gale
#

Oops I'll upload again:

#

We are using the Payment Element in payment mode

brisk warren
#

Gotcha!

#

So I don't believe we offer anything like option 1 (programmatically determine which methods are being shown) but I do think option 2 will potentially work. As long as you have both card and us_bank_account enabled in your paymetn method settings and you pass in currency: usd and an amount that'll work for both it should always show both options

wild gale
#

Okay! Can you elaborate on what you mean by "an amount that'll work for both"?

#

Also, is something like #1 possible to add to your roadmap? It seems like a fairly easy thing to expose (for example as a detail on the onReady event)

brisk warren
#

Yeah I'll definitely flag #1 as feedback, but I can't make any promises on when that would potentially be added

wild gale
#

(#1 is a preferable solution in the long-run because it allows us to internationalize our form and take advantage of the Payment Element's smart heuristics for showing the best payment methods)

#

Thank you for passing along!

brisk warren
#

Yeah that's definitely fair (the other alternative would be to make it still collapse if only one payment method was available)

#

Which we've definitely gotten asks for in the past

wild gale
#

yes that would be another decent alternative! For us it would still look a little weird missing the radio button but still much better than nothing

brisk warren
#

For the amount thing - what I'm referring to is that our automatic filtering takes amount into consideration because some payment method types have minimum amount requirements. For example, card has a minimum amount of 50 usd.

wild gale
#

Ah I see. Is there documentation on these minimums anywhere?

brisk warren
#

But if you set a default to 100 usd I believe it should show both

#

I'd recommend trying it out to confirm

wild gale
#

Sounds good, I'll try it out. Is it possible for the minimum to be different for different payment methods? The above documentation suggests it's the same minimum (for a single currency)

brisk warren
#

The minimum definitely changes across different payment methods (I know it's not the best doc resource - that doc is most accurate for card charges)

wild gale
#

I've tried it out and appears that US bank account is also a $0.50 minimum

#

Thank you for your time!

#

Last question - is there a good way for me to follow along for any possible API changes we've discussed (such as adding methods to the onReady event or making it collapsible)

brisk warren
#

Since those are forwards compatible changes/net new features the best way to be notified would be by writing into support (https://support.stripe.com/contact) and asking them to notify you when it's been implemented

wild gale
#

Sounds good!

#

Thank you again, I appreciate the speedy and helpful responses!