AccountRequirements
- Type: string | nullFormat: date-time
current _deadline Date by which the fields in
currently_duemust be collected to keep the account enabled. These fields may disable the account sooner if the next threshold is reached before they are collected. - Type: array string[] | null
currently _due Fields that need to be collected to keep the account enabled. If not collected by
current_deadline, these fields appear inpast_dueas well, and the account is disabled. - Type: string | nullenum
disabled _reason If the account is disabled, this enum describes why.
valuesaction _required .requested _capabilities listed other platform _paused rejected .fraud
- Type: array object[] | null · AccountRequirementsError[]
errors Fields that are
currently_dueand need to be collected again because validation or verification failed.- Type: stringenum
code requiredThe code for the type of error.
valuesexternal _request information _missing invalid _address _city _state _postal _code invalid _business _profile _name invalid _business _profile _name _denylisted
- Type: string
reason max length:5000requiredAn informative message that indicates the error type and provides additional details about the error.
- Type: string
requirement max length:5000requiredThe specific user onboarding requirement field (in the requirements hash) that needs to be resolved.
- Type: array string[] | null
eventually _due Fields you must collect when all thresholds are reached. As they become required, they appear in
currently_dueas well, andcurrent_deadlinebecomes set. - Type: array string[] | null
past _due Fields that weren't collected by
current_deadline. These fields need to be collected to enable the account. - Type: array string[] | null
pending _verification Fields that might become required depending on the results of verification or review. It's an empty array unless an asynchronous verification is pending. If verification fails, these fields move to
eventually_due,currently_due, orpast_due. Fields might appear ineventually_due,currently_due, orpast_dueand inpending_verificationif verification fails but another verification is still pending.

