#karsh
1 messages ยท Page 1 of 1 (latest)
Hi there, it's a standard account
For reference, I've got 88 Connect Accounts on my Test account so it's definitely possible
I'd like to get this account unrestricted (and do so in a 'normal' way so I can see which webhook events it sends) https://dashboard.stripe.com/test/connect/accounts/acct_1M1YfJ4JgqmajXQM/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.
If you are creating a new Standard Account then you just use the Account Link to onboard it
Can you just send me the Account ID? I can't look at dashboard links (it's not my dashboard)
acct_1M1YfJ4JgqmajXQM
Okay and when you retrieve the Account object, what do you see in the requirements property?
https://stripe.com/docs/api/customers/retrieve
I'll have a look now
"requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [
"business_profile.product_description",
"business_profile.support_phone",
"business_profile.url",
"external_account",
"tos_acceptance.date",
"tos_acceptance.ip"
],
"disabled_reason": "requirements.past_due",
"errors": [],
"eventually_due": [
"business_profile.product_description",
"business_profile.support_phone",
"business_profile.url",
"external_account",
"tos_acceptance.date",
"tos_acceptance.ip"
],
"past_due": [
"external_account",
"tos_acceptance.date",
"tos_acceptance.ip"
],
"pending_verification": []
}
}```
Okay so the currently_due is what is preventing the account from being unrestricted.
If you want to test the Stripe flow, you should create a new Account Link for this account and then follow the URL to walk through the Stripe hosted onboarding process
Right. But that's my challenge. for example it asks for a phoen number. Mine is already connected to the platform account
You can use test data for all of this
I see that there are test parameters for this case, but they don't seem to work with the stripe hosted onboarding process https://stripe.com/docs/connect/testing
That's odd, it works when I run through the flow
Perhaps I'm using the wrong country code, it should be US?
I can try it again
Is this not what you mean?
Are you still here Snufkin?
Hi It's really busy right now
The testing doc shows this number works for Express accounts
So how can I get a standard account approved?
For this step I think you can re-use your phone number. I was just testing this out and that's what I had to do
Oh that simple! It seems to work... hope that doesn't cause issues with my real account
And how about business name etc. it's OK to repeat those?
Yeah thats fine
I've got 20 accounts with the same information and it hasn't caused problems
Okay thnaks, I have an enabled account again for now!
Now the real question: I hoped to see an event sent to my webhook endpoint: 'account_updated'
but I don't see this at all. What am I doing wrong?
Is your webhook endpoint a Connect webhook or standard?
Have both set up
But not seeing any events in either oft hem under dev mode
test mode*
Also just checked and don't see them in live mode, but there I'm not listening for them. However I don't think that's revelant now as I'm doing everything with developer api keys
By developer do you mean the Test mode API keys?
Yes
And when you review your Event logs in the dashboard, you don't see anything?
What about the Standard Account?
there are events in there yes
But shouldn't for example this account.updated event be send to my webhook endpoint?
๐ stepping in as Snufkin needs to step away
Hi Bismarck, I really hope we can get this resolved soon ๐
Yes
My confusion lies in not being able to find any webhook events being sent when a test connected account is created
They should be sent to the connect endpoint, correct? Then I can check the settings again
Yes you should receive an account.updated webhook on account creation
Okay thanks, got it. I wasn't listening for the event in the connect endpoint.
Then one more question regarding this test connect account. It says that it soon needs business ID documents and personal ID documents.
I can simply provide the same documents as for my real business?
And there's not some test documents that I can use?
Yeah not really. Our test Connect stuff is for Express/Custom (https://stripe.com/docs/connect/testing) since you mostly just let your Standard Connected Accounts handle verification with Standard Connect. But yes, you can use your own documents here I believe if you are using a test-only account for the verification flow (but you don't actually need to complete that verification flow to test out a payment flow)
Yeah I've been testing payment flows, it's just specifically for testing webhooks when people create Standard Connect accounts using the stripe hosted onboarding. But I think I got everything I need, appreciate both of your help! Have a good day ๐