#gregers
1 messages ยท Page 1 of 1 (latest)
There's a "button" in the UI that prefills the test phone number (only zeroes)
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
gregers-express-onboarding
don't you see this? If not can you share a screenshot of what you are seeing?
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?
Hm weird
Can you try removing the 'collect' => 'eventually_due',
Not confident that's the problem, but let's start there
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'],
]);
Hm not sure offhand. Let me ask a colleague
gregers
Very much appreciated
Its interesting it is labelled phone number rather than mobile
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?
How can I get the request id?
Ok create account:
- req_CIlv7p4NKzWKbl
Create link: - req_yF1m88bozDZZPJ
Also since this is test mode, can you share the full onboarding link?
Or screenshot of the whole page?
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 ๐
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
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