#winniapp_api

1 messages ยท Page 1 of 1 (latest)

graceful chasmBOT
#

๐Ÿ‘‹ 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.

tepid timberBOT
#

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.

broken coral
#

This error can't be one to be solved?

tepid timberBOT
broken coral
#

Hello Snufkin

onyx zealot
#

Hi ๐Ÿ‘‹

What are you trying to do?

broken coral
#

verify the document

#

the token are same

onyx zealot
#

Verify what document?

#

You need different files

broken coral
#

individual.id_number and the id_number

#

but the token are same

onyx zealot
#

Ah yes I see what you mean

broken coral
#

I'm can't use real ID, and the token is changeless

onyx zealot
#

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.

graceful chasmBOT
broken coral
#

So how do I turn my account on?

scarlet rune
#

Hello! I'm taking over and catching up...

broken coral
broken coral
scarlet rune
#

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.

broken coral
#

So do you mean I should update twice?

scarlet rune
#

Yes.

broken coral
#

Ok, I'm trying

#

This is the second time trying

#

The first time succeed

scarlet rune
#

The error there seems pretty clear.

#

Do you have a question about that error?

broken coral
#

What's the meaning of service agreement acceptance date is not valid?

scarlet rune
#

It means the date you provided in the request wasn't valid.

broken coral
#

This is my code

scarlet rune
#

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?

broken coral
#

this is my second time for update

#

the first time I update two document's back

scarlet rune
broken coral
#

sure 2 sec

#

I only can see 3 logs at today.

scarlet rune
#

Can you paste the req_ IDs in here for me?

broken coral
#

req_AqEmeW6TsMnfy7

scarlet rune
#

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.

broken coral
#

Oh ok

scarlet rune
#

So in the second request you would only include individual.verification.additional_document.back and โ€ขโ€ขโ€ข.document.back

broken coral
#

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

scarlet rune
#

The validation process takes a bit of time, even in test mode, you might have to wait for the process to finish.

broken coral
#

Oh ok

scarlet rune
#

If you fetch the account from the API are there missing requirements?

#

Or is it all pending?

broken coral
#

So how long do I have to wait?

scarlet rune
#

Usually in test mode it's a few minutes at most unless something unusual is going on.

broken coral
scarlet rune
#

Is the Dashboard still showing it's restricted?

broken coral
#

Yes

#

the industry was gone

#

But still restricted

scarlet rune
#

What are the details about it being restricted? Like why does the Dashboard say it's restricted?

broken coral
#

How to find the details?

#

I also want to know why

scarlet rune
#

The best way to know is via the API, but it says everything is enabled.

scarlet rune
#

When you go into the account in the Dashboard there should be a banner with a View requirements button.

#

Like this:

broken coral
scarlet rune
#

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?

broken coral
#

It doesn't say anything

scarlet rune
#

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.

broken coral
#

I have email them, and they gave me the discord link, and let me contact you

scarlet rune
#

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.

broken coral
broken coral
scarlet rune
#

When you go to the API reference do you see this icon in the lower right?

broken coral
#

yes

scarlet rune
#

Click on that.

broken coral
scarlet rune
#

Then type the command stripe get acct_1P4s54PFZG4YJG4V

#

Do you see the full Account object there?

broken coral
scarlet rune
#

Edited, had the wrong account ID in there.

#

Oh, heck, one sec...

broken coral
#

ok

scarlet rune
#

Try stripe accounts retrieve acct_1P4s54PFZG4YJG4V

broken coral
scarlet rune
#

Welp. ๐Ÿ˜…

#

Do you have curl installed?

broken coral
#

I don't think I have

#

I only used node.js

scarlet rune
broken coral
#

Ok

scarlet rune
#

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.

broken coral
#

ok, pls 1 moment

scarlet rune
#

How's it going? Did that help?