#Pierre-SEPA-Element
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ not sure off the top of my head if this is possible, but doing some digging.
Glad to hear that, thanks - currently searching as well ๐
Have you tried listening to the change event for the ibanElement? Looks like it returns the bank name:
https://stripe.com/docs/js/element/events/on_change?type=ibanElement
Not yet, thought this would be possible using Stripe - I want to display the bank name without changing the current information - I'd have to save the bank name myself then i guess?
Oh, you want the element to display the bank's name instead of the icon?
No, i want to display the current payment method like <bank name> ending with 1234
I'm sorry, I'm not sure I follow.
no worries, I just used my secondary solution by copying the whole array of banks into my application - should work fine for my use case so far i guess