#winniapp_api
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/1228464248938565702
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- winni_connect-address, 4 hours ago, 15 messages
Hello Snufkin
Hi ๐
What are you trying to do?
individual.id_number and the id_number
but the token are same
Ah yes I see what you mean
I'm can't use real ID, and the token is changeless
That does seem strange. I'm asking a colleague
Unfortunately it looks like we don't have a solution for this issue at the moment. I'm sorry this is a clear gap in our testing functionality.
So how do I turn my account on?
Hello! I'm taking over and catching up...
Hello
You can supply the front of the document in one request and the back of the document in another request. The issue is that you can't use the same test file for both in a single request, but if you break it up across two requests it should work.
So do you mean I should update twice?
Yes.
What's the meaning of service agreement acceptance date is not valid?
It means the date you provided in the request wasn't valid.
This is my code
This is for the second request, with the back of the document? Why are you doing anything else in that request beyond the back of the document?
You just told me to update twice
this is my second time for update
the first time I update two document's back
Can you give me the request IDs for the two updates you're doing? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Can you paste the req_ IDs in here for me?
req_AqEmeW6TsMnfy7
Looking...
Okay, so the update requests are on the connected account. You can see them if you view the Dashboard as the connected account. The first one looks fine, but the second one includes all of the same information as the first update, except it's now the front instead of the back of the document. My recommendation was to have the second update only include the document that was missing, not all of the information again.
Oh ok
So in the second request you would only include individual.verification.additional_document.back and โขโขโข.document.back
I'm trying
It's work
But the account is still restricted
acct_1P4s54PFZG4YJG4V
It's said the industry does't have
But there are
The validation process takes a bit of time, even in test mode, you might have to wait for the process to finish.
Oh ok
If you fetch the account from the API are there missing requirements?
Or is it all pending?
So how long do I have to wait?
Usually in test mode it's a few minutes at most unless something unusual is going on.
Nope
Ok
Nope, everything looks fine
Is the Dashboard still showing it's restricted?
What are the details about it being restricted? Like why does the Dashboard say it's restricted?
The best way to know is via the API, but it says everything is enabled.
Yep
When you go into the account in the Dashboard there should be a banner with a View requirements button.
Like this:
And then in the Actions required tab you can see the details for why it's restricted.
What's under the Actions required tab on that page?
In that case you'll need to contact Stripe support and ask them why it's restricted.
Oh, that says the info is in review.
So you need to wait for that process to complete.
I have email them, and they gave me the discord link, and let me contact you
When you retrieve the Account from the API can you adjust it so the etire object is shown?
I think that would help clarify what's going on.
This isn't my first attempt, I started contacting stripe a couple weeks ago
Is this you looking for?
When you go to the API reference do you see this icon in the lower right?
yes
Then type the command stripe get acct_1P4s54PFZG4YJG4V
Do you see the full Account object there?
Try stripe accounts retrieve acct_1P4s54PFZG4YJG4V
Can you install Stripe CLI? https://docs.stripe.com/stripe-cli#install
Ok
Once you have that installed use stripe login to log in to your account, then once you're logged in stripe get acct_1P4s54PFZG4YJG4V should work.
ok, pls 1 moment
How's it going? Did that help?