#akeon - Bank Accounts
1 messages · Page 1 of 1 (latest)
no this screen shot is when it's not working. the screenshot just shows I can connect to a bank account
Okay, so you click Done, then Set up bank account and what happens?
So when I clicked Done, I am not able to click Set up bank account
the button is just disabled
Can you show me a screenshot of that?
Also, are there any errors or warnings in your web developer console?
One second let me get those for you
Here is the screenshot after Done is pressed and the console log
This screenshot is on a Firefox browser but the same issue happens in Chrome. In Chrome the only console error that pops up is
The Financial Connections authentication flow requires "minimum-scale=1" to be set in your page's viewport meta tag.
How did you get to this page?
so I am creating a session from the code below using a form submit.
$checkout_session = $stripe->checkout->sessions->create([
'customer' => $customer_id,
'mode' => 'setup',
'payment_method_types' => ['us_bank_account'],
'payment_method_options' => [
'us_bank_account' => [
'verification_method' => 'instant',
],
],
'billing_address_collection' => 'required',
'shipping_address_collection' => [
'allowed_countries' => ['US', 'CA'],
],
'success_url' => $domain . "/linked?session_id={CHECKOUT_SESSION_ID}&token=$token",
'cancel_url' => $domain . "/payment?app_id=$app_id",
]);
header('HTTP/1.1 303 See Other');
header('Location: ' . $checkout_session->url);
Does this happen with every test bank account or just some of them? https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=checkout#test-account-numbers
It seems to be all of them. I tested several with Test Institution, Test oAuth and Ownership Testing
Let me see if I can reproduce, hang on...
If you omit the customer property does it work as expected?
No same issue
Ownership Testing Institution was not there for me last week so maybe that introduced a new bug? I am not sure.
Oh, wait, I think my test was flawed, hang on...
No... still can't reproduce on my end. The button is never disabled for me:
Can you try in an incognito window or private browsing window and see if you get the same thing?
same issue in incognito mode :/
nothing happens
When you go through the process does the account you select have a green Linked badge next to it by chance?
Like this?
Yes for the ones I've already tried but the one's without it gives the same error
Can you generate a Checkout Session URL for me to try on my end? Trying to narrow down what the cause might be.
I can reproduce with that URL. Interesting. Can you give me a URL with no customer set?
hmm, that is strange. I am on an Ubunutu 20.04 os
I tried with Chrome, Brave and Firefox all same issues
Yeah, to clarify, I can reproduce with both URLs. It seems to be something specific to your account, investigating further now...
Sounds good, thanks
Still investigating, might be a few minutes!
no worries, take your time. thank you
I'm not sure what's going on here, to be honest. I've flagged internally, but I recommend you write in to support so they can investigate further: https://support.stripe.com/contact
Got it, should I just chat with support? Or is there a ticket system?
I would recommend writing in instead of using chat, I don't think the people you would chat with would be able to help with this specific issue.
hmm, silly question but can you show me how to write in to the proper place? I'm not seeing like a form to submit the issue only Contact Support
Try this: https://support.stripe.com/contact/email
Perfect, thank you so much for your help. I will write in and hopefully they can solve it
Sounds good! I'll push internally tomorrow as well, it's a strange one!
Sorry about the trouble!
I need to run, so I'm going to archive this thread now. 🙂
Yes, please any help would be appreciated. Alright you have a great night!