#chunyu

1 messages · Page 1 of 1 (latest)

dark wharfBOT
nimble umbra
#

Hi there, can you tell me more?

red osprey
#

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

nimble umbra
#

OK, I need more context. Is it about ACH direct debit?

red osprey
#

let me ask

#

not about ACH, he just can't connect his bank account of BOA

nimble umbra
#

This looks like ACH to me though.

red osprey
#

the second picture is from stripe

nimble umbra
#

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?

red osprey
#

no i am not in test mode, i just wanna let you know where the problem occurs

nimble umbra
#

OK, then I need the SetupIntent ID, or the request ID

red osprey
nimble umbra
#

I'm unable to troubleshoot based on these screenshots. Can you ask for the relevant SetupIntent IDs or request IDs from your developer?

red osprey
#

ok wait a minute

red osprey
#

"id": "seti_1MoAdwCw4MyjxsUidtSXFCoJ"

#

he tried many times and this is one of those

#

API: /v1/setup_intents

#

@nimble umbra

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.

red osprey
#

got it, thank you

red osprey
#

@nimble umbra

#

another problem pls

#

i have connected my BOA account successfully , but there’s nothing of when retrieve my payment methods

nimble umbra
#

How do you retrieve your payment method?

red osprey
nimble umbra
#

Can you also share with me the setupIntent ID?

red osprey
#

ok wait minute

#

"id": "seti_1MoHwzCw4MyjxsUim5ZU1dAJ"

#

@nimble umbra

nimble umbra
#

The setupIntent's status is still requires_payment_method, not succeeded

#

How do you confirm the setupIntent from your code?

red osprey
#

do you mean after Bank of America gives me the successful response , i still need to confirm

nimble umbra
#

Yes

red osprey
#

such as when the http status is 200, then i sent the confirm request to stripe to confirm the setupIntent

#

right ?

nimble umbra
#

It'll be easier if you can share with me the code

red osprey
#

i see that we didnt sent confirm request indeed

#

so do you still need the code?

nimble umbra
#

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.

red osprey
#

ok thanks let me check it

dark wharfBOT
red osprey
#

i have a problem about connecting bank account

#

dose anyone can help me please ?

bright drift
#

Hi, taking over here

red osprey
#

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

#
  1. login BOA
#
  1. click share my data
#
  1. click link account
#
  1. 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

bright drift
#

Catching up. So this is SetupIntent correct? and you use it with a PaymentElement?

red osprey
#

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

bright drift
#

Could you elaborate what is H5?

red osprey
#

that means Web side

bright drift
#

I would like to check the Setup Intent Id again, do you have a sample working SetupIntent Id and a not-working SetupIntent Id?

red osprey
#

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

bright drift
#

Um why do you use Web version inside webview of an Native App? Wasn't our native SDKs working?

dark wharfBOT