#vsoni-ACH

1 messages · Page 1 of 1 (latest)

tardy anchor
#

Hi there, what is this UI about?

#

Can you give me some context here?

slender anvil
#

Its ACH payment UI

primal flume
#

@slender anvil can you describe step by step what you've done?

slender anvil
#

Its not for future payment

#

We are foolowing that

primal flume
#

what's the video for?

slender anvil
#

Its our requirement

#

@primal flume "cus_LhOrNCRGeCaBfF" I added 2 ACH bank account but its not showing on the above UI

primal flume
slender anvil
#

No We want to support instant verification

#

Steps those followed

  1. Created customer "cus_LhOrNCRGeCaBfF"
  2. Added 2 US bank Account
  3. Created setup intent with above customer
  4. 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

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?

slender anvil
#

We are expecting to see those 2 accounts on 2 screenshot

primal flume
#

[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

slender anvil
#

So How we get to know which type of accounts are visible on second screenshot

primal flume
#

this is a test UI - Stripe provides a list of test accounts for you to choose from, so that you can simulate certain behaviour.

slender anvil
#

Where we found these test accounts

primal flume
#

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.

slender anvil
#

@primal flume Where I can find these test accounts in stripe dashboard those are showing on second screenshot

primal flume
#

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

slender anvil
#

@primal flume I am asking about these test account list. is there any path in stripe dashboard where I can see these accounts

tardy anchor
#

Hi @slender anvil I'll take over this thread. Give me a sec to catch up

primal flume
#

@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.

tardy anchor
#

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

slender anvil
tardy anchor
#

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).

slender anvil
#

So how we can display those 2 US bank accounts

#

Is there any stripe js function using which we can display

tardy anchor
#

You need to build your own UI to display existing payment methods.

slender anvil
#

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

tardy anchor
#

In the live mode, your customer will be asked to enter the actual bank details

slender anvil
#

It means instead of search UI we are seeing bank account details UI right?

tardy anchor
#

In live mode, the customer will be asked to select the bank and enter the name and bank account number.

#

Again, as I said earlier, the PaymentElement doesn't have a feature to display a list of saved payment methods, you need to build your own UI.