|
38158 | 38158 | "description": "Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-directors_provided).",
|
38159 | 38159 | "type": "boolean"
|
38160 | 38160 | },
|
| 38161 | + "directorship_declaration": { |
| 38162 | + "anyOf": [ |
| 38163 | + { |
| 38164 | + "$ref": "#/components/schemas/legal_entity_directorship_declaration" |
| 38165 | + } |
| 38166 | + ], |
| 38167 | + "nullable": true |
| 38168 | + }, |
38161 | 38169 | "executives_provided": {
|
38162 | 38170 | "description": "Whether the company's executives have been provided. This Boolean will be `true` if you've manually indicated that all executives are provided via [the `executives_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-executives_provided), or if Stripe determined that sufficient executives were provided.",
|
38163 | 38171 | "type": "boolean"
|
|
38268 | 38276 | "address",
|
38269 | 38277 | "address_kana",
|
38270 | 38278 | "address_kanji",
|
| 38279 | + "directorship_declaration", |
38271 | 38280 | "ownership_declaration",
|
38272 | 38281 | "verification"
|
38273 | 38282 | ],
|
|
38276 | 38285 | "address_kana",
|
38277 | 38286 | "address_kanji",
|
38278 | 38287 | "directors_provided",
|
| 38288 | + "directorship_declaration", |
38279 | 38289 | "executives_provided",
|
38280 | 38290 | "export_license_id",
|
38281 | 38291 | "export_purpose_code",
|
|
38386 | 38396 | "front"
|
38387 | 38397 | ]
|
38388 | 38398 | },
|
| 38399 | + "legal_entity_directorship_declaration": { |
| 38400 | + "description": "", |
| 38401 | + "properties": { |
| 38402 | + "date": { |
| 38403 | + "description": "The Unix timestamp marking when the directorship declaration attestation was made.", |
| 38404 | + "format": "unix-time", |
| 38405 | + "nullable": true, |
| 38406 | + "type": "integer" |
| 38407 | + }, |
| 38408 | + "ip": { |
| 38409 | + "description": "The IP address from which the directorship declaration attestation was made.", |
| 38410 | + "maxLength": 5000, |
| 38411 | + "nullable": true, |
| 38412 | + "type": "string" |
| 38413 | + }, |
| 38414 | + "user_agent": { |
| 38415 | + "description": "The user-agent string from the browser where the directorship declaration attestation was made.", |
| 38416 | + "maxLength": 5000, |
| 38417 | + "nullable": true, |
| 38418 | + "type": "string" |
| 38419 | + } |
| 38420 | + }, |
| 38421 | + "required": [ |
| 38422 | + "date", |
| 38423 | + "ip", |
| 38424 | + "user_agent" |
| 38425 | + ], |
| 38426 | + "title": "LegalEntityDirectorshipDeclaration", |
| 38427 | + "type": "object", |
| 38428 | + "x-expandableFields": [], |
| 38429 | + "x-stripeMostCommon": [ |
| 38430 | + "date", |
| 38431 | + "ip", |
| 38432 | + "user_agent" |
| 38433 | + ] |
| 38434 | + }, |
38389 | 38435 | "legal_entity_dob": {
|
38390 | 38436 | "description": "",
|
38391 | 38437 | "properties": {
|
|
90701 | 90747 | "contact_point_verification_address",
|
90702 | 90748 | "cross_border_transaction_classifications",
|
90703 | 90749 | "directors_provided",
|
| 90750 | + "directorship_declaration", |
90704 | 90751 | "executives_provided",
|
90705 | 90752 | "export_license_id",
|
90706 | 90753 | "export_purpose_code",
|
|
93810 | 93857 | "contact_point_verification_address",
|
93811 | 93858 | "cross_border_transaction_classifications",
|
93812 | 93859 | "directors_provided",
|
| 93860 | + "directorship_declaration", |
93813 | 93861 | "executives_provided",
|
93814 | 93862 | "export_license_id",
|
93815 | 93863 | "export_purpose_code",
|
@@ -242636,6 +242684,7 @@
|
242636 | 242684 | "contact_point_verification_address",
|
242637 | 242685 | "cross_border_transaction_classifications",
|
242638 | 242686 | "directors_provided",
|
| 242687 | + "directorship_declaration", |
242639 | 242688 | "executives_provided",
|
242640 | 242689 | "export_license_id",
|
242641 | 242690 | "export_purpose_code",
|
|
0 commit comments