#chunyu
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me more?
our customer said he can't connect his bank account. it shows a blank page after tapping share my data button on BOA page
our two customers have the same problems and both of them are using BOA
OK, I need more context. Is it about ACH direct debit?
This looks like ACH to me though.
Are you using SetupIntent to collect this ACH payment method? If so, can you share with me the SetupIntent ID?
Hmm, wait a second, are you in test mode?
In test mode you should use the test account number (https://stripe.com/docs/payments/ach-debit#test-account-numbers), not the actual BoA account number.
no i am not in test mode, i just wanna let you know where the problem occurs
OK, then I need the SetupIntent ID, or the request ID
I'm unable to troubleshoot based on these screenshots. Can you ask for the relevant SetupIntent IDs or request IDs from your developer?
ok wait a minute
"id": "seti_1MoAdwCw4MyjxsUidtSXFCoJ"
he tried many times and this is one of those
API: /v1/setup_intents
@nimble umbra
Got it, let me take a look
OK. So I don't see any confirmation request for this SetupIntent. Also based on the screenshot, it looks like the BoA is unable to authenticate your customer.
I'd suggest your customer to reach out to BoA for assistance.
got it, thank you
@nimble umbra
another problem pls
i have connected my BOA account successfully , but there’s nothing of when retrieve my payment methods
How do you retrieve your payment method?
Can you also share with me the setupIntent ID?
The setupIntent's status is still requires_payment_method, not succeeded
How do you confirm the setupIntent from your code?
do you mean after Bank of America gives me the successful response , i still need to confirm
Yes
such as when the http status is 200, then i sent the confirm request to stripe to confirm the setupIntent
right ?
It'll be easier if you can share with me the code
That probably means your code doesn't confirm setupIntents
I'd suggest you to check your code, let me know if you need any help.
ok thanks let me check it
Hi, taking over here
ok thanks
let me describe my problem
i use H5 to connect my bank account,everything is ok and there 5 steps
select Bank of America
- login BOA
- click share my data
- click link account
- click done
after the 5 steps have been completed, i can retrieve the account info
do you understand what i said gentleman ? this is a right case
in H5 site
but when i use APP to do these same steps, it doesn't work
when i went to the 3 step and clicked the "share my data", it shows the page below
@bright drift
Catching up. So this is SetupIntent correct? and you use it with a PaymentElement?
yes i use PaymentElement that stripe provides
i just want let you know , H5 site is ok, APP site is not ok
when i use APP the click "share my data", it doesn't show me pages like 4 and 5
Could you elaborate what is H5?
that means Web side
I would like to check the Setup Intent Id again, do you have a sample working SetupIntent Id and a not-working SetupIntent Id?
we have APP side and Web side
"id": "seti_1MoJmuCw4MyjxsUieEpPI1Sq"
this is working Id
"id": "seti_1MoJttCw4MyjxsUicsumOYwY" this is not-working id
PC is working,App is not working, and our app is using Web view
Um why do you use Web version inside webview of an Native App? Wasn't our native SDKs working?