Skip to content

Commit

Permalink
Update OpenAPI for b2893a015b95f318b434dee51cbaa968c3694714
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 13, 2024
1 parent 2ef8df0 commit bdfce6e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
3 changes: 2 additions & 1 deletion embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,8 @@
"owner": false,
"percent_ownership": null,
"representative": false,
"title": null
"title": null,
"authorizer": null
},
"requirements": {
"alternatives": [],
Expand Down
15 changes: 1 addition & 14 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22794,17 +22794,11 @@
"funding_instructions_bank_transfer_iban_record": {
"description": "Iban Records contain E.U. bank account details per the SEPA format.",
"properties": {
"account_holder_address": {
"$ref": "#/components/schemas/address"
},
"account_holder_name": {
"description": "The name of the person or business that owns the bank account",
"maxLength": 5000,
"type": "string"
},
"bank_address": {
"$ref": "#/components/schemas/address"
},
"bic": {
"description": "The BIC/SWIFT code of the account.",
"maxLength": 5000,
Expand All @@ -22822,23 +22816,16 @@
}
},
"required": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
],
"title": "FundingInstructionsBankTransferIbanRecord",
"type": "object",
"x-expandableFields": [
"account_holder_address",
"bank_address"
],
"x-expandableFields": [],
"x-stripeMostCommon": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
Expand Down
31 changes: 29 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37354,6 +37354,11 @@
"person_relationship": {
"description": "",
"properties": {
"authorizer": {
"description": "Whether the person is the authorizer of the account's representative.",
"nullable": true,
"type": "boolean"
},
"director": {
"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.",
"nullable": true,
Expand Down Expand Up @@ -53887,7 +53892,7 @@
"description": "The Stripe REST API. Please see https://stripe.com/docs/api for more details.",
"termsOfService": "https://stripe.com/us/terms/",
"title": "Stripe API",
"version": "2024-10-28.acacia",
"version": "2024-11-20.acacia",
"x-stripeSpecFilename": "spec3"
},
"openapi": "3.0.0",
Expand Down Expand Up @@ -59734,6 +59739,9 @@
"required": false,
"schema": {
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -60301,6 +60309,9 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -61020,6 +61031,9 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -61186,6 +61200,9 @@
"required": false,
"schema": {
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -61753,6 +61770,9 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -62472,6 +62492,9 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -165383,6 +165406,9 @@
},
"relationship": {
"properties": {
"authorizer": {
"type": "boolean"
},
"director": {
"type": "boolean"
},
Expand Down Expand Up @@ -171412,7 +171438,8 @@
"2024-04-10",
"2024-06-20",
"2024-09-30.acacia",
"2024-10-28.acacia"
"2024-10-28.acacia",
"2024-11-20.acacia"
],
"maxLength": 5000,
"type": "string",
Expand Down

0 comments on commit bdfce6e

Please sign in to comment.