#dannyboy-requirements
1 messages · Page 1 of 1 (latest)
hello
heya @austere fog! in essence, Stripe uses future_requirements to introduce new onboarding requirements. For example, a country may introduce a new requirement (due to regulations) which Stripe is not yet collecting right now.
okay, let me explain. we are using connect onboarding. and we detect if the account will be needing to provide more information in the future... Currently, we check if requirements#eventually_due have entries to determine this.
is this enough? we aren't checking "future_requirements" at all
i think that's fine for now, but you should eventually take into account future requirements as well : https://stripe.com/docs/connect/custom-accounts/future-requirements
so that in the future, there are totally new requirements, you won't be caught off guard
question, if there will be a changes in Account#future_requirements column, what webhook are you going to send?
it should be the account.updated webhook event, it'd show in https://stripe.com/docs/api/accounts/object#account_object-future_requirements
thanks