#vsoni-ACH
1 messages · Page 1 of 1 (latest)
Its ACH payment UI
@tardy anchor We are using https://stripe.com/docs/js/setup_intents/collect_bank_account_for_setup
@slender anvil can you describe step by step what you've done?
i assume you're following this guide : https://stripe.com/docs/payments/ach-debit/set-up-payment?
Its not for future payment
We are foolowing that
what's the video for?
Its our requirement
@primal flume "cus_LhOrNCRGeCaBfF" I added 2 ACH bank account but its not showing on the above UI
From what i understand you only want to support microdesposit verification? Have you tried setting the payment_method_options[us_bank_account][verification_method]=microdeposits?
No We want to support instant verification
Steps those followed
- Created customer "cus_LhOrNCRGeCaBfF"
- Added 2 US bank Account
- Created setup intent with above customer
- Used "stripe.collectBankAccountForSetup" this with created setup intent
But we can't see those created Us bank account
Please let me know if its not cleared
@primal flume
i'm quite confused. So you say you added 2 US bank accounts. Isn't it there under the customer in the first screenshot?
or do you mean you're expecting to see 2 US bank accounts in the second screenshot?
We are expecting to see those 2 accounts on 2 screenshot
[first screenshot] in the rectangular box - the 2 accounts are there
[second screenshot] this is the UI that will show the customer's accounts in a particular bank. it will not show existing bank accounts attached to the customer in Stripe
So How we get to know which type of accounts are visible on second screenshot
this is a test UI - Stripe provides a list of test accounts for you to choose from, so that you can simulate certain behaviour.
Where we found these test accounts
i'm sorry but i don't understand the question, can you try rephrasing?
To clarify, you cannot choose what accounts to display in the UI in the second screenshot. The second screenshot is part of the scenario where the customer is redirected to their bank's login page, and then selects a bank account to be used for debits.
@primal flume Where I can find these test accounts in stripe dashboard those are showing on second screenshot
the second screenshot does not show the customer's saved payment methods.
If you selected them to be added/linked to a customer, then you can see them in the relevant customer's page in the Dashboard. If you refer to the screenshot you've provided before, you've probably linked bank accounts twice previously
@primal flume I am asking about these test account list. is there any path in stripe dashboard where I can see these accounts
Hi @slender anvil I'll take over this thread. Give me a sec to catch up
@slender anvil you can't view that list of test accounts anywhere on your Dashboard. This page is part of the scenario simulating the customer logging in to their banking portal and selecting a bank account to be used for ACH debit payments.
Hi @slender anvil I saw you already used the SetupIntent/PaymentElement to collect the ACH debit payment methods. You can now use the PaymentIntent API to create create off-session charges on the customers from server directly without using the PaymentElement
@tardy anchorcan you please answer about this scenario
In the step 4 of the process you described, you are using the PaymentElement to create a NEW ACH debit payment method, and as my colleague Alex explained earlier, the Stripe PaymentElement will provide a list of pre-defined test bank accounts for customer to choose in test mode.
Please note that the PaymentElement is for collecting NEW payment method, and it won't display the existing payment methods that are already attached to the customer (i.e., the two US bank accounts that you added via Dashboard).
So how we can display those 2 US bank accounts
Is there any stripe js function using which we can display
You need to build your own UI to display existing payment methods.
it means your standard UI is so confusing
We are stuck from past 3 days just because of standard UI and no control of stripe js on custom UIs
If we are using live mode then is it showing the customer us bank accounts or in live mode case as well it showing those test accounts
In the live mode, your customer will be asked to enter the actual bank details
It means instead of search UI we are seeing bank account details UI right?