Skip to content

Commit 45b2f28

Browse files
Update OpenAPI specification for beta
1 parent 04bbb6b commit 45b2f28

2 files changed

Lines changed: 165 additions & 0 deletions

File tree

openapi/spec3.beta.sdk.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91100,6 +91100,32 @@
9110091100
"description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.",
9110191101
"type": "boolean"
9110291102
},
91103+
"directorship_declaration": {
91104+
"description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.",
91105+
"properties": {
91106+
"date": {
91107+
"description": "The Unix timestamp marking when the directorship declaration attestation was made.",
91108+
"format": "unix-time",
91109+
"type": "integer"
91110+
},
91111+
"ip": {
91112+
"description": "The IP address from which the directorship declaration attestation was made.",
91113+
"type": "string"
91114+
},
91115+
"user_agent": {
91116+
"description": "The user agent of the browser from which the directorship declaration attestation was made.",
91117+
"maxLength": 5000,
91118+
"type": "string"
91119+
}
91120+
},
91121+
"title": "company_directorship_declaration",
91122+
"type": "object",
91123+
"x-stripeMostCommon": [
91124+
"date",
91125+
"ip",
91126+
"user_agent"
91127+
]
91128+
},
9110391129
"executives_provided": {
9110491130
"description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.",
9110591131
"type": "boolean"
@@ -94235,6 +94261,32 @@
9423594261
"description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.",
9423694262
"type": "boolean"
9423794263
},
94264+
"directorship_declaration": {
94265+
"description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.",
94266+
"properties": {
94267+
"date": {
94268+
"description": "The Unix timestamp marking when the directorship declaration attestation was made.",
94269+
"format": "unix-time",
94270+
"type": "integer"
94271+
},
94272+
"ip": {
94273+
"description": "The IP address from which the directorship declaration attestation was made.",
94274+
"type": "string"
94275+
},
94276+
"user_agent": {
94277+
"description": "The user agent of the browser from which the directorship declaration attestation was made.",
94278+
"maxLength": 5000,
94279+
"type": "string"
94280+
}
94281+
},
94282+
"title": "company_directorship_declaration",
94283+
"type": "object",
94284+
"x-stripeMostCommon": [
94285+
"date",
94286+
"ip",
94287+
"user_agent"
94288+
]
94289+
},
9423894290
"executives_provided": {
9423994291
"description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.",
9424094292
"type": "boolean"
@@ -243365,6 +243417,32 @@
243365243417
"description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.",
243366243418
"type": "boolean"
243367243419
},
243420+
"directorship_declaration": {
243421+
"description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.",
243422+
"properties": {
243423+
"date": {
243424+
"description": "The Unix timestamp marking when the directorship declaration attestation was made.",
243425+
"format": "unix-time",
243426+
"type": "integer"
243427+
},
243428+
"ip": {
243429+
"description": "The IP address from which the directorship declaration attestation was made.",
243430+
"type": "string"
243431+
},
243432+
"user_agent": {
243433+
"description": "The user agent of the browser from which the directorship declaration attestation was made.",
243434+
"maxLength": 5000,
243435+
"type": "string"
243436+
}
243437+
},
243438+
"title": "company_directorship_declaration",
243439+
"type": "object",
243440+
"x-stripeMostCommon": [
243441+
"date",
243442+
"ip",
243443+
"user_agent"
243444+
]
243445+
},
243368243446
"executives_provided": {
243369243447
"description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.",
243370243448
"type": "boolean"

openapi/spec3.beta.sdk.yaml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82455,6 +82455,35 @@ paths:
8245582455
creating directors, so it needs to be updated to
8245682456
indicate all directors have been provided.
8245782457
type: boolean
82458+
directorship_declaration:
82459+
description: >-
82460+
This hash is used to attest that the directors
82461+
information provided to Stripe is both current and
82462+
correct.
82463+
properties:
82464+
date:
82465+
description: >-
82466+
The Unix timestamp marking when the directorship
82467+
declaration attestation was made.
82468+
format: unix-time
82469+
type: integer
82470+
ip:
82471+
description: >-
82472+
The IP address from which the directorship
82473+
declaration attestation was made.
82474+
type: string
82475+
user_agent:
82476+
description: >-
82477+
The user agent of the browser from which the
82478+
directorship declaration attestation was made.
82479+
maxLength: 5000
82480+
type: string
82481+
title: company_directorship_declaration
82482+
type: object
82483+
x-stripeMostCommon:
82484+
- date
82485+
- ip
82486+
- user_agent
8245882487
executives_provided:
8245982488
description: >-
8246082489
Whether the company's executives have been provided. Set
@@ -85763,6 +85792,35 @@ paths:
8576385792
creating directors, so it needs to be updated to
8576485793
indicate all directors have been provided.
8576585794
type: boolean
85795+
directorship_declaration:
85796+
description: >-
85797+
This hash is used to attest that the directors
85798+
information provided to Stripe is both current and
85799+
correct.
85800+
properties:
85801+
date:
85802+
description: >-
85803+
The Unix timestamp marking when the directorship
85804+
declaration attestation was made.
85805+
format: unix-time
85806+
type: integer
85807+
ip:
85808+
description: >-
85809+
The IP address from which the directorship
85810+
declaration attestation was made.
85811+
type: string
85812+
user_agent:
85813+
description: >-
85814+
The user agent of the browser from which the
85815+
directorship declaration attestation was made.
85816+
maxLength: 5000
85817+
type: string
85818+
title: company_directorship_declaration
85819+
type: object
85820+
x-stripeMostCommon:
85821+
- date
85822+
- ip
85823+
- user_agent
8576685824
executives_provided:
8576785825
description: >-
8576885826
Whether the company's executives have been provided. Set
@@ -228303,6 +228361,35 @@ paths:
228303228361
directors, so it needs to be updated to indicate all
228304228362
directors have been provided.
228305228363
type: boolean
228364+
directorship_declaration:
228365+
description: >-
228366+
This hash is used to attest that the directors
228367+
information provided to Stripe is both current and
228368+
correct.
228369+
properties:
228370+
date:
228371+
description: >-
228372+
The Unix timestamp marking when the directorship
228373+
declaration attestation was made.
228374+
format: unix-time
228375+
type: integer
228376+
ip:
228377+
description: >-
228378+
The IP address from which the directorship
228379+
declaration attestation was made.
228380+
type: string
228381+
user_agent:
228382+
description: >-
228383+
The user agent of the browser from which the
228384+
directorship declaration attestation was made.
228385+
maxLength: 5000
228386+
type: string
228387+
title: company_directorship_declaration
228388+
type: object
228389+
x-stripeMostCommon:
228390+
- date
228391+
- ip
228392+
- user_agent
228306228393
executives_provided:
228307228394
description: >-
228308228395
Whether the company's executives have been provided.

0 commit comments

Comments
 (0)