#anjan_05618
1 messages · Page 1 of 1 (latest)
Not as far as I know unfortunately. Can you describe your usecase a bit more? I can put in feedback about it
The use case is: we enable our users to link / authenticate their bank accounts to use as a payment method. They go through the Financial Connections flow to link their bank account, and when that is completed, they should be able to see which bank account they've linked. We're able to show them the "Bank Name", and the last 4 digits of their account number as that's stored on the Payment Method. We want to be able to also display the logo for that institution (e.g. Chase, BofA). FWIW, this logo is present on the Stripe Dashboard when viewing a Payment Method — we'd like to be able to bring about that same UX within our application.
Here's a screenshot of what it looks like with my own test bank account (it's a real Bancorp account). That logo that the Stripe dashboard is exactly what I'd also like to render for my own customers within our application, and I was wondering if this was available within the SDK or if there was some URL / endpoint that can be used to render it just like in the Stripe dashboard.
Unfortunately it looks like we don't have this at the moment. I see that even for cards we recommend downloading the official assets yourself and displaying them https://support.stripe.com/questions/where-to-find-logos-for-accepted-credit-card-types
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Definitely will file feedback about this but unfortunately I can't promise if/when this might be added
Thanks. FWIW, Plaid supports this in the following way: https://plaid.com/docs/api/institutions/#institutions-search-response-institutions-logo
Would be great to have this functionality with Stripe Financial Connections as well.