#stripe_connect_platform
1 messages · Page 1 of 1 (latest)
Have you seen this doc and tried the API calls in it? https://stripe.com/docs/connect/oauth-standard-accounts
Also are you using test standard accounts? We have test info to fill in account details with https://stripe.com/docs/connect/testing
let me check something. in development i added a separate Oauth flow to connect only in testmode
nope
even in testmode it is forcing verification in Oauth flow
That doc you sent is the Oauth flow we have been using since 2016 yes
I don't understand the flow where you create a Mexico account that does not have a dashboard via the API and then try to connect that test account but there are so many things we set in the dashboard. It would be like creating a new app entirely to code the creation of accounts in this way
Also are you using test standard accounts?
Yes. That is what we do.
I am trying to test Oxxo. I cannot sell Oxxo. I am a US company. My test standard account is a US company. I need a test Stripe account that can sell Oxxo. I created one and cannot Oauth it to our platform to test.
i hear i can make another Mexico company using the API, but i need to create Prices/Products to pull into the app, upload images, set Payment Methods, set Customer Portal brand settings. These things are fast in the dashboard. I don't even know how to do it via the API - it would take months to code that.
Hi, stepping in and catching up here
Can i send you an acct_xxxx of the Mexico account we created and trying to connect to our platform? Both are standard accounts.
Can you just force it to have a correct address, routing number and account number that is valid so we can Oauth it in dev mode?
I also have an EU account to test SEPA etc. Same problem.
And my understanding was that the way to do this was to create these linked Stipe accounts in my dashboard and it would work great except for the verification page I cannot pass
What I think you're looking for is here: https://stripe.com/docs/connect/testing#using-oauth. The test verification information on https://stripe.com/docs/connect/testing#identity-and-address-verification is for Custom and Express accounts only.
hm. ok did some recoding on the test-only Oauth and skipping the form via "Skip this form" in your Oauth flow.
basically we usually connect live and connect testmode in dev separately now and I use the live access token but in this case we can't get it so i'm storing test-only. Working thus far.
I am in the dashboard on the Mexico account and Oxxo is not available. If I send you a DM with the acct_xxxxx can you turn on Oxxo por favor?
is it because the address verification failed?
We can't turn on OXXO for you from here (you'd need to do it yourself or ask https://support.stripe.com/contact to help you out)
But if you share the account ID I can at least see if something may be wrong
OK, so that account somehow was not a Mexican account. I recoded a bit and the solution was that you can in fact "skip this form". I forgot that this was possible. Stripe won't try to verify and if the address is bad or something disable that account right? I need it for testing.
Here is an Oxxo link:
https://buy.stripe.com/test_4gwaHUfqIasr40w144
OK, i have a working solution!@
Thank you!