#hashgari - Bank SetupIntent
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Sorry can you include a screenshot as to what's happening?
What's not expected exactly?
I can't seem to find the docs where the example was, but there should be an option at the bottom for manual entrance of routing and account number on this page.
Here is the example I found from the element docs
Those appear to be 2 different flows entirely
The bottom one is the PaymentElement
What is your first screen shot from?
From my first link, "Save details for future payments with ACH Direct Debit"
It uses the "stripe.collectBankAccountForSetup"
from the stripe.js library
👋 Hoping in since @sleek hedge has to head out - give me a minute to catch up
I believe this is expected - if you look at our docs (https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#microdeposit-only-verification) that talk about microdeposit verification we mention that if you want to collect the bank account numbers in a custom form you'll have to build it yourself
Another semi-related question. Once a setup intent is confirmed, is the full account number accessible in any way?
I don't believe so - through the API I think you can only get the last 4 https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account-last4