#gregers

1 messages ยท Page 1 of 1 (latest)

rancid geyserBOT
remote viper
#

There's a "button" in the UI that prefills the test phone number (only zeroes)

gentle obsidian
#

I can see my onboarding is in testmode (there is the badge at the top)

#

However if I enter a phone number of 000-000-0000 it gives me a validation error

remote viper
#

gregers-express-onboarding

#

don't you see this? If not can you share a screenshot of what you are seeing?

rancid geyserBOT
gentle obsidian
#

I dont see that actually ๐Ÿค”

#

The test mode badge at the top:

#

Phone number field:

#

I'm passing these to the accountLinks create call

        'type' => 'account_onboarding',
        'collect' => 'eventually_due',

Not sure if that is relevant?

high cliff
#

Hm weird

#

Can you try removing the 'collect' => 'eventually_due',

#

Not confident that's the problem, but let's start there

gentle obsidian
#

For sure let me try

#

No luck I'm afraid ๐Ÿ˜ฆ

#

This is a Custom account. Here is the account create call:

$account = $stripe->accounts->create([
                'type' => 'custom',
                'country' => 'US', 
                'email' => 'email@example.com',
                'requested_capabilities' => ['card_payments', 'transfers'], 
            ]);
high cliff
#

Hm not sure offhand. Let me ask a colleague

rancid geyserBOT
#

gregers

gentle obsidian
#

Very much appreciated

#

Its interesting it is labelled phone number rather than mobile

high cliff
#

Yeah not sure why

#

Can you share the request id's for creating the account as well as the request for creating the account link?

#

Also since this is test mode, can you share the full onboarding link?

#

Or screenshot of the whole page?

gentle obsidian
#

How can I get the request id?

#

Ok create account:

  • req_CIlv7p4NKzWKbl
    Create link:
  • req_yF1m88bozDZZPJ
high cliff
#

Also since this is test mode, can you share the full onboarding link?
Or screenshot of the whole page?

gentle obsidian
#

I see if I hit the onboarding url in incognito I get sent to my localhost app so nto sure if that will work for you?

#

I can send the screenshot

#

I leave out the left pannel

#

Love your username btw ๐Ÿ™‚

high cliff
#

Thanks!

#

Ah ok so this is for the account representative section

#

Not the phone number for OTP

#

That phone number above isn't validated w/ OTP so just provide a real number

gentle obsidian
#

It doesnt even accept my real phone number :S but I guess I can try using a identity faker

#

Lemme give that a quick try

#

aha ok and that worked

#

oh man turns out to be so simple in the end

#

Good to know I can look for that autofill test data button though!

#

Thank you for the help! I'll see if I can fight with it from here out