Skip to content

Commit c596e3a

Browse files
OpenAPI Update (#1072)
Update OpenAPI for 9f6446a649d230856190155f27dd02f9a3d50007 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent afb1d14 commit c596e3a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38158,6 +38158,14 @@
3815838158
"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).",
3815938159
"type": "boolean"
3816038160
},
38161+
"directorship_declaration": {
38162+
"anyOf": [
38163+
{
38164+
"$ref": "#/components/schemas/legal_entity_directorship_declaration"
38165+
}
38166+
],
38167+
"nullable": true
38168+
},
3816138169
"executives_provided": {
3816238170
"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.",
3816338171
"type": "boolean"
@@ -38268,6 +38276,7 @@
3826838276
"address",
3826938277
"address_kana",
3827038278
"address_kanji",
38279+
"directorship_declaration",
3827138280
"ownership_declaration",
3827238281
"verification"
3827338282
],
@@ -38276,6 +38285,7 @@
3827638285
"address_kana",
3827738286
"address_kanji",
3827838287
"directors_provided",
38288+
"directorship_declaration",
3827938289
"executives_provided",
3828038290
"export_license_id",
3828138291
"export_purpose_code",
@@ -38386,6 +38396,42 @@
3838638396
"front"
3838738397
]
3838838398
},
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+
},
3838938435
"legal_entity_dob": {
3839038436
"description": "",
3839138437
"properties": {
@@ -90701,6 +90747,7 @@
9070190747
"contact_point_verification_address",
9070290748
"cross_border_transaction_classifications",
9070390749
"directors_provided",
90750+
"directorship_declaration",
9070490751
"executives_provided",
9070590752
"export_license_id",
9070690753
"export_purpose_code",
@@ -93810,6 +93857,7 @@
9381093857
"contact_point_verification_address",
9381193858
"cross_border_transaction_classifications",
9381293859
"directors_provided",
93860+
"directorship_declaration",
9381393861
"executives_provided",
9381493862
"export_license_id",
9381593863
"export_purpose_code",
@@ -242636,6 +242684,7 @@
242636242684
"contact_point_verification_address",
242637242685
"cross_border_transaction_classifications",
242638242686
"directors_provided",
242687+
"directorship_declaration",
242639242688
"executives_provided",
242640242689
"export_license_id",
242641242690
"export_purpose_code",

0 commit comments

Comments
 (0)