#stefan-colic_docs
1 messages ยท Page 1 of 1 (latest)
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.
- stefan-colic_api, 4 days ago, 11 messages
- stefan-colic_api, 5 days ago, 7 messages
๐ 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/1270294592087916574
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
The currently_due requirements request only the user information needed for verification at this specific point in time;
the eventually_due requirements include a more complete set of questions that weโll eventually need to collect.
If the account contains any currently_due fields when the current_deadline arrives, the corresponding functionality is disabled and those fields are added to past_due
I see that in all events current_deadline is null. Does that explain why currently_due, eventually_due and past_due are the same?
would you mind sharing an example?
Here is an intermediate event
if the requirements.past_due is not empty this means you need to start with these requirements first
then the currently_due
then the eventually_due
also you can see that the account was disabled because the some requirements were past_due
"disabled_reason": "requirements.past_due",
I guess it has to do that this is test mode. So it's not a live standard account.
When i filled in everything, the disabled_reason went to null
What are the differences between requirements and future_requirements?