#Shivam Kumar
1 messages · Page 1 of 1 (latest)
Sorry don't really follow the question. What next time?
Could you explain your usage in a bit more detail? What screen is that? and what integration you are doing, following which Doc?
Your screenshot doesn't look like PaymentElement to me
i follow this doc . i add a ach bank but how display connected ach banks to customer.
I see, so after you collected the SetupIntent, you can retrieve its PaymentMethod object then look at us_bank_account : https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then you can send these information to your frontend and display in your own UI
can i display customer connected banks in this dialog?
I am afraid you would need to build an UI yourself. That UI is just provided via the first time setup using Payment Element
i want show all bank in this format how i achieve this functionality like this
Like I said no we don't have a convenience pre-built module, unfortunately. You would need to build something similar to it