#akeon - Bank Accounts

1 messages · Page 1 of 1 (latest)

olive pebble
#

Hello! Let me have a look...

#

So that screenshot is from when it was working?

short ice
#

no this screen shot is when it's not working. the screenshot just shows I can connect to a bank account

olive pebble
#

Okay, so you click Done, then Set up bank account and what happens?

short ice
#

So when I clicked Done, I am not able to click Set up bank account

#

the button is just disabled

olive pebble
#

Can you show me a screenshot of that?

#

Also, are there any errors or warnings in your web developer console?

short ice
#

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.

olive pebble
#

How did you get to this page?

short ice
#

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);
olive pebble
short ice
#

It seems to be all of them. I tested several with Test Institution, Test oAuth and Ownership Testing

olive pebble
#

Let me see if I can reproduce, hang on...

short ice
#

Sounds good

#

thanks

olive pebble
#

If you omit the customer property does it work as expected?

short ice
#

No same issue

#

Ownership Testing Institution was not there for me last week so maybe that introduced a new bug? I am not sure.

olive pebble
#

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?

short ice
#

same issue in incognito mode :/

olive pebble
#

Hm...

#

When you click on the disabled button what happens, anything?

short ice
#

nothing happens

olive pebble
#

When you go through the process does the account you select have a green Linked badge next to it by chance?

#

Like this?

short ice
#

Yes for the ones I've already tried but the one's without it gives the same error

olive pebble
#

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?

short ice
#

hmm, that is strange. I am on an Ubunutu 20.04 os

#

I tried with Chrome, Brave and Firefox all same issues

olive pebble
#

Yeah, to clarify, I can reproduce with both URLs. It seems to be something specific to your account, investigating further now...

short ice
#

Sounds good, thanks

olive pebble
#

Still investigating, might be a few minutes!

short ice
#

no worries, take your time. thank you

olive pebble
#

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

short ice
#

Got it, should I just chat with support? Or is there a ticket system?

olive pebble
#

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.

short ice
#

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

olive pebble
short ice
#

Perfect, thank you so much for your help. I will write in and hopefully they can solve it

olive pebble
#

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

short ice
#

Yes, please any help would be appreciated. Alright you have a great night!