#Reed - test connect

1 messages · Page 1 of 1 (latest)

dire owl
#

What error are you getting? Can you provide a request ID?

fickle iron
#

I'm getting "0000000000 isn't a valid phone number"

#

I don't have a request ID, as I didn't log it, this is in the browser after redirecting to the link

dire owl
fickle iron
#

I'm not using stripe.oath I'm using stripe.account.create({})

#

That's where I'm confused, I see that the OAuth flow has the client_id field for testing, but I don't see an equivalent for the onboarding link

#

But the page I'm being directed to does say test mode:

dire owl
#

Wait why are you following the oauth instructions then?

fickle iron
#

Test the OAuth Flow is a subheader in the article I'm reading

#

The article is Test Stripe Connect

#

It shows this information:

#

Clicking "Using the API" leads to the instructions I'm following

#

For how to create an account

#

And there is no client_id field in the documentation for the stripe.accountLinks.create({}) sdk function

dire owl
#

That's because you're following the oauth guide

#

client_id isn't relevant unless you have the oauth flow

#

Apologies. I thought you were using oauth since that was the link in the original message

#

One moment

fickle iron
#

the OAuth part of it is an anchor within that article, a single sub-header

#

But it seems as though the entire article might be about OAuth in spite being at the Testing Stripe Connect article and url

#

I'm not having trouble getting a test mode link, my problem is test values not working.

I guess the phone number test value is only for OAuth, but there must be some test value that I can use for the accountLinks flow as well

dire owl
#

You'll actually need a real phone number for the regular flow

fickle iron
#

That's strange, alright.
Are there any other real values that I will need, or will the remaining test values from the article work?

#

For example, the site indicates not to connect your platform account as a connect account, but we only have one set of real tax information

dire owl
#

The other info in there is accurate for testing

#

The oauth section is only applicable to oauth

fickle iron
#

Alright, thank you.

#

I understood "autofill 000-000-0000" to mean that it will autofill those test values, not that the test values wouldn't work outside of OAuth

#

Thank you, I was able to get through the test account onboarding flow.