#dmi_standard-connect-requirements-handling
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1334315624540803145
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! What type of Connected Accounts are you working with? What guide(s) are you using?
Normal connected accounts. I
We don't have a type called "Normal".😂
the one without any fees? I am sorry, this feels silly.
I know there are two type of connected accounts.
but I can't remember the one we are using.. Where do I check?
There are three old types, and a new way of doing things. Can you share an Acount ID for one of your Connected Accounts please?
yes, give me a minute please
acct_1Qm898KG0fkv7q8c
The above account is restricted, but we did not know until we manually checked
Payments Disabled and Payouts disabled, is there any API I can use to find out this?
With Standard Accounts, Stripe handles the verification stuff, but you can check on the status of an account and then bug them until they finish onboarding it: https://docs.stripe.com/connect/standard-accounts#handle-users
oh I see..
But we noticed mostly when they complete the onboarding everything works, and after even a few transactions successfully completed, then one day all of sudden the account gets restricted
So I can use this API "/v1/accounts" to check for charges_enabled correct?
Another question, the doc you shared says " The user can complete their account activation through a new account link (generated by your integration). You can check the state of the details_submitted parameter on their account to see if they’ve completed the onboarding process."
we always have the stripe_connect URL same for every account.. so what is the new account link? where can I read more about this?
You can listen for Connect events: https://docs.stripe.com/connect/webhooks Specifically here you'll likely want to listen for the account.updated so you can retrieve the Account and see what might be going on.
okay got it..
and when ever Stripe restrict an account, I would be able to listen to this webhook and verify the account status right?
You would be able to listen for an Event that indicated that the Payments and/or Payouts being disabled by looking at the Account's capabilities attribute: https://docs.stripe.com/api/accounts/object#account_object-capabilities
Thank you so much. I will try the above suggestion
You're very welcome!
And one last question, where do I see the archived chat converstation for
reference later
dmi_standard-connect-requirements-handling
You can see it at this URL (https://discord.com/channels/841573134531821608/1334315624540803145) and it will always be available for you in your Discord.
Thank you @errant isle