#senor-taco_connect-verification
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/1216883337558364281
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
This server is specifically for unblocking developers coding integrations with Stripe APIs.
Do you have examples of failing API requests that I could take a look at?
They will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
This is the account in question acct_1OswgzQtRrTg9YLd
I'm not the developer unfortunately but this is what is happening.
We collect all the required details for a connexxred account. But in stripe test it always puts a restriction on it, even thos the info is all being submitted.
This account was created today
Even in Test mode, some of the verification checks take a little while
created yesterday
pending_verification: [
"individual.address.city",
"individual.address.line1",
"individual.address.postal_code",
"individual.address.state",
"individual.id_number",
],
It makes it restricted immediately though
That is normal and expected
These are the verifications that have not been completed yet. You can check the status of these verifications (or your developer can) by retrieving the account via the API and examining the requirements property: https://docs.stripe.com/api/accounts/object#account_object-requirements
You can review more details about account verification here: https://docs.stripe.com/connect/handling-api-verification
So you can see on my account that the address verification is not verified even though my user submitted this data during onboarding
?
Yes. The user may have submitted it but we will still take time to verify it. In test mode the delay exists to better simulate what you can expect in Live mode
senor-taco_connect-verification