#spartanplaya_best-practices

1 messages ¡ Page 1 of 1 (latest)

lone duneBOT
#

👋 Welcome to your new thread!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!

🔗 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/1212518139779096677

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

⏲️ 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. Thank you for your patience!

dim phoenixBOT
#

Hello! We'll be with you shortly. 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.

ionic sequoia
#

Also, are you testing this on your end and seeing a different behavior?

snow quiver
#

Yeah, so I'm currently trying to really nail down that eventually_due means I think. My coworker and I are currently misaligned on when stripe is saying "Hey we are going to restrict you soon" with the restricted_soon status.

#

Additionally, the docs say that future_requirements merges with requirements on the deadline, but it looks like future_requirements is actually a superset of requirements and it more "replaces" requirements on that date

ionic sequoia
#

I think this section, https://docs.stripe.com/connect/custom/handle-verification-updates#add-fields-to-onboarding might be helpful. The different between https://docs.stripe.com/api/accounts/object#account_object-requirements-eventually_due and https://docs.stripe.com/api/accounts/object#account_object-future_requirements-eventually_due is that the future requirements are any net new requirements for the account. Meanwhile, the requirements is looking at the account as of current. At the state that things are on the account today, what are the requirements that are eventually due.

snow quiver
#

I'm sorry, I really don't see the meaningful difference between the two. If you don't fill out information that is in future_requirements then you will have your account restricted when the deadline comes.

#

That is also true for the requirements.eventually_due correct? Those will limit your account if the information isn't sent by the deadline specified?

Is the only difference that future_requirements is requirements that are being placed on stripe at a date? Such as the visa mandate requirements set on April 16?