Skip to content

Commit 4600b3e

Browse files
OpenAPI Update (#644)
Update OpenAPI for 18e4891e22566f67572d5cfa85d6af20813c57ae Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 14efcd6 commit 4600b3e

File tree

2 files changed

+210
-0
lines changed

2 files changed

+210
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70584,6 +70584,44 @@
7058470584
"title": "address_specs",
7058570585
"type": "object"
7058670586
},
70587+
"relationship": {
70588+
"description": "Describes the person’s relationship to the account.",
70589+
"properties": {
70590+
"director": {
70591+
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
70592+
"type": "boolean"
70593+
},
70594+
"executive": {
70595+
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
70596+
"type": "boolean"
70597+
},
70598+
"owner": {
70599+
"description": "Whether the person is an owner of the account’s legal entity.",
70600+
"type": "boolean"
70601+
},
70602+
"percent_ownership": {
70603+
"anyOf": [
70604+
{
70605+
"type": "number"
70606+
},
70607+
{
70608+
"enum": [
70609+
""
70610+
],
70611+
"type": "string"
70612+
}
70613+
],
70614+
"description": "The percent owned by the person of the account's legal entity."
70615+
},
70616+
"title": {
70617+
"description": "The person's title (e.g., CEO, Support Engineer).",
70618+
"maxLength": 5000,
70619+
"type": "string"
70620+
}
70621+
},
70622+
"title": "individual_relationship_specs",
70623+
"type": "object"
70624+
},
7058770625
"ssn_last_4": {
7058870626
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
7058970627
"maxLength": 5000,
@@ -72443,6 +72481,44 @@
7244372481
"title": "address_specs",
7244472482
"type": "object"
7244572483
},
72484+
"relationship": {
72485+
"description": "Describes the person’s relationship to the account.",
72486+
"properties": {
72487+
"director": {
72488+
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
72489+
"type": "boolean"
72490+
},
72491+
"executive": {
72492+
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
72493+
"type": "boolean"
72494+
},
72495+
"owner": {
72496+
"description": "Whether the person is an owner of the account’s legal entity.",
72497+
"type": "boolean"
72498+
},
72499+
"percent_ownership": {
72500+
"anyOf": [
72501+
{
72502+
"type": "number"
72503+
},
72504+
{
72505+
"enum": [
72506+
""
72507+
],
72508+
"type": "string"
72509+
}
72510+
],
72511+
"description": "The percent owned by the person of the account's legal entity."
72512+
},
72513+
"title": {
72514+
"description": "The person's title (e.g., CEO, Support Engineer).",
72515+
"maxLength": 5000,
72516+
"type": "string"
72517+
}
72518+
},
72519+
"title": "individual_relationship_specs",
72520+
"type": "object"
72521+
},
7244672522
"ssn_last_4": {
7244772523
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
7244872524
"maxLength": 5000,
@@ -188254,6 +188330,44 @@
188254188330
"title": "address_specs",
188255188331
"type": "object"
188256188332
},
188333+
"relationship": {
188334+
"description": "Describes the person’s relationship to the account.",
188335+
"properties": {
188336+
"director": {
188337+
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
188338+
"type": "boolean"
188339+
},
188340+
"executive": {
188341+
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
188342+
"type": "boolean"
188343+
},
188344+
"owner": {
188345+
"description": "Whether the person is an owner of the account’s legal entity.",
188346+
"type": "boolean"
188347+
},
188348+
"percent_ownership": {
188349+
"anyOf": [
188350+
{
188351+
"type": "number"
188352+
},
188353+
{
188354+
"enum": [
188355+
""
188356+
],
188357+
"type": "string"
188358+
}
188359+
],
188360+
"description": "The percent owned by the person of the account's legal entity."
188361+
},
188362+
"title": {
188363+
"description": "The person's title (e.g., CEO, Support Engineer).",
188364+
"maxLength": 5000,
188365+
"type": "string"
188366+
}
188367+
},
188368+
"title": "individual_relationship_specs",
188369+
"type": "object"
188370+
},
188257188371
"ssn_last_4": {
188258188372
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
188259188373
"maxLength": 5000,

embedded/openapi/spec3.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47960,6 +47960,38 @@
4796047960
"title": "address_specs",
4796147961
"type": "object"
4796247962
},
47963+
"relationship": {
47964+
"properties": {
47965+
"director": {
47966+
"type": "boolean"
47967+
},
47968+
"executive": {
47969+
"type": "boolean"
47970+
},
47971+
"owner": {
47972+
"type": "boolean"
47973+
},
47974+
"percent_ownership": {
47975+
"anyOf": [
47976+
{
47977+
"type": "number"
47978+
},
47979+
{
47980+
"enum": [
47981+
""
47982+
],
47983+
"type": "string"
47984+
}
47985+
]
47986+
},
47987+
"title": {
47988+
"maxLength": 5000,
47989+
"type": "string"
47990+
}
47991+
},
47992+
"title": "individual_relationship_specs",
47993+
"type": "object"
47994+
},
4796347995
"ssn_last_4": {
4796447996
"maxLength": 5000,
4796547997
"type": "string"
@@ -49545,6 +49577,38 @@
4954549577
"title": "address_specs",
4954649578
"type": "object"
4954749579
},
49580+
"relationship": {
49581+
"properties": {
49582+
"director": {
49583+
"type": "boolean"
49584+
},
49585+
"executive": {
49586+
"type": "boolean"
49587+
},
49588+
"owner": {
49589+
"type": "boolean"
49590+
},
49591+
"percent_ownership": {
49592+
"anyOf": [
49593+
{
49594+
"type": "number"
49595+
},
49596+
{
49597+
"enum": [
49598+
""
49599+
],
49600+
"type": "string"
49601+
}
49602+
]
49603+
},
49604+
"title": {
49605+
"maxLength": 5000,
49606+
"type": "string"
49607+
}
49608+
},
49609+
"title": "individual_relationship_specs",
49610+
"type": "object"
49611+
},
4954849612
"ssn_last_4": {
4954949613
"maxLength": 5000,
4955049614
"type": "string"
@@ -139104,6 +139168,38 @@
139104139168
"title": "address_specs",
139105139169
"type": "object"
139106139170
},
139171+
"relationship": {
139172+
"properties": {
139173+
"director": {
139174+
"type": "boolean"
139175+
},
139176+
"executive": {
139177+
"type": "boolean"
139178+
},
139179+
"owner": {
139180+
"type": "boolean"
139181+
},
139182+
"percent_ownership": {
139183+
"anyOf": [
139184+
{
139185+
"type": "number"
139186+
},
139187+
{
139188+
"enum": [
139189+
""
139190+
],
139191+
"type": "string"
139192+
}
139193+
]
139194+
},
139195+
"title": {
139196+
"maxLength": 5000,
139197+
"type": "string"
139198+
}
139199+
},
139200+
"title": "individual_relationship_specs",
139201+
"type": "object"
139202+
},
139107139203
"ssn_last_4": {
139108139204
"maxLength": 5000,
139109139205
"type": "string"

0 commit comments

Comments
 (0)