#deepakkumar_wizniche - express dashboard testing

1 messages ยท Page 1 of 1 (latest)

solid spadeBOT
next halo
#

Oh hey again ๐Ÿ˜„

#

It can take time but should be relatively quick in test mode

#

What are the requirements showing on the account?

#

Are any others waiting for information?

unique eagle
#

Hello again!

unique eagle
#

website

next halo
#

Has all of that been provided?

#

Can you share the test account id?

unique eagle
unique eagle
unique eagle
next halo
#

Sorry, share

unique eagle
#

Oh

next halo
#

Can you give me the test account id you're looking at? eg acct_1234

unique eagle
#

ok

#

acct_1L3zMvRRYQcXv21I

next halo
#

thanks - taking a look

unique eagle
#

Thanks

next halo
#

That account appears to be active and already getting test payouts

#

What isn't working like you expect?

unique eagle
#

Actually I am testing as a customer of this account

#

My bad

#

I am creating account as a customer of test accoumt

#

account

next halo
#

Ok, so then is everything working like you expect? Or is there an outstanding issue?

unique eagle
#

Yeah customer connect test account is not getting verified

next halo
#

And which account is that?

unique eagle
#

It is under this acct_1L3zMvRRYQcXv21I

#

Would customer id help?

next halo
#

ok lets take a step back

#

I thought you were having trouble verifying a test mode connected account

#

But now you're saying there's something unexpected with a customer

#

Can you explain again what you're trying to do that is not working? Do you have some failing request IDs you can share?

unique eagle
#

Alright

#

So

#

I am trying to do test mode connected account for new user

#

Our platform doesn't make stripe dashboard for new customer under test mode

#

Is that something, I can enable?

#

Like it doesn't ask for customer email or password

#

when we redirect to stripe connecy

#

connect flow

#

The new user on our platform is only asked for name, phone, address, email and then account information by stripe

#

That's why I can find the account id of that user

next halo
#

Can you share some code/requests you're making?

#

I'm still not clear on what isn't doing what you expect

#

Are you creating an express account and redirecting to stripe onboarding?

#

And asking about collecting an email for the account?

unique eagle
#

$connect = \Stripe\Account::create([
'type' => 'express',
'country' => 'US',
'capabilities' => [
'card_payments' => ['requested' => true],
'transfers' => ['requested' => true],
],
'email' => $data['email'],
]);

next halo
#

OK, and what is happening that is not expected?

#

Note that email is not used in test mode -- you can only access the express dashboard via login links

unique eagle
#

Okay makes sense

#

where are these login links?

next halo
#

Does that get you what you need?

unique eagle
#

Yeah I think so!

#

Thnaks

next halo
#

Great ๐Ÿ™‚