#Reed - test connect
1 messages · Page 1 of 1 (latest)
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
Are you using the development client_id? https://stripe.com/docs/connect/testing#using-oauth
I'm not using stripe.oath I'm using stripe.account.create({})
I don't see a client_id field for that one https://stripe.com/docs/api/accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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:
It also isn't listed on the accountLinks API
https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Wait why are you following the oauth instructions then?
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
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
https://stripe.com/docs/connect/testing is the article I'm using
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
You'll actually need a real phone number for the regular flow
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