#dv3ax
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the connected account creation? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
here you go: req_IzOhRHId6VzQqP
The connected account hasn't completed the onboarding: https://dashboard.stripe.com/test/connect/accounts/acct_1NM4hwIOBE3bo69W/activity
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Only when the onboarding is completed and collect business information, email will then be present
alright, thank you for the answer!
follow up question, how do you "complete" the onboarding?
You may follow this guide for the onboarding process: https://stripe.com/docs/connect/standard-accounts
Upon creating a connected account, your system should create a account link and send to the connected account holder to complete the onboarding
Here are some test data that can be used for connect onboarding: https://stripe.com/docs/connect/testing
hi Jack, we don't quite follow what river is saying
can you help elaborate in more detail?
as far as we are concerned, the onboard is complete... so we don't understand why river said it is incomplete.. how do we tell it is incomplete?
You can check the account's charges_enabled and payouts_enabled flag to tell if it's complete.
@sweet patio are both values enabled?
These are boolean flags.
ok assuming they are false, what do we need to do? like i mentioned, afaik, onboard is complete
How do you onboard the account and what's the account ID?
@sweet patio can help explain this part? what is the API we call to activate? and the tenant account ID that we need to get the email
Hmm. I thought you said you have completed the onboarding? Can you tell how you perform the onboard?
Jack, we are a team, i'm looking at architecture and dv3ax is the one writing the actual API, i'm able to follow our conversation, just need him to fill in the specific details here and there
$response = $stripe->accountLinks->create([...
we are calling this of the Stripe's PHP SDK
Has your connected account opened the account link and completed the onboarding?
You mean the account ID?
It's the same account ID that you pass in when you call $response = $stripe->accountLinks->create([...
no, client_id
i accidentally delete an account, need to recreate it
https://connect.stripe.com/oauth/authorize?response_type=code&client_id=pk_test_51NE20WGfa1HCJBJnDEXbL9GcbrHB3TTeM4Cj5rgTamaAScpLMFHO6YrxbO5kIv3YO6n4dbLlcX9Ay5KfFaaEC3MK00MDPzSlVv&scope=read_write i added what i think is the client_id to this re-create link.. but it doesn't work, gives an error can't find matching app identifier