diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 9cf8111f78..412d7bce5f 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v606 \ No newline at end of file +v607 \ No newline at end of file diff --git a/types/Accounts.d.ts b/types/Accounts.d.ts index e0c6616e2b..1cb975daf4 100644 --- a/types/Accounts.d.ts +++ b/types/Accounts.d.ts @@ -907,7 +907,7 @@ declare module 'stripe' { currently_due: Array | null; /** - * If the account is disabled, this string describes why. Can be `requirements.past_due`, `requirements.pending_verification`, `listed`, `platform_paused`, `rejected.fraud`, `rejected.listed`, `rejected.terms_of_service`, `rejected.other`, `under_review`, or `other`. + * If the account is disabled, this string describes why. [Learn more about handling verification issues](https://stripe.com/docs/connect/handling-api-verification). Can be `action_required.requested_capabilities`, `requirements.past_due`, `requirements.pending_verification`, `listed`, `platform_paused`, `rejected.fraud`, `rejected.incomplete_verification`, `rejected.listed`, `rejected.other`, `rejected.terms_of_service`, `under_review`, or `other`. */ disabled_reason: string | null;