Skip to content

Commit

Permalink
Update OpenAPI for 8dea6fd86a7d404fe8aec3f82a6db549706ff5e9
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 15, 2025
1 parent 32360be commit 4d3a3a3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -91579,6 +91579,24 @@
"x-stripeMostCommon": [
"files"
]
},
"proof_of_ultimate_beneficial_ownership": {
"description": "One or more documents that demonstrate proof of ultimate beneficial ownership.",
"properties": {
"files": {
"description": "One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.",
"items": {
"maxLength": 500,
"type": "string"
},
"type": "array"
}
},
"title": "documents_param",
"type": "object",
"x-stripeMostCommon": [
"files"
]
}
},
"title": "documents_specs",
Expand Down Expand Up @@ -94611,6 +94629,24 @@
"x-stripeMostCommon": [
"files"
]
},
"proof_of_ultimate_beneficial_ownership": {
"description": "One or more documents that demonstrate proof of ultimate beneficial ownership.",
"properties": {
"files": {
"description": "One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.",
"items": {
"maxLength": 500,
"type": "string"
},
"type": "array"
}
},
"title": "documents_param",
"type": "object",
"x-stripeMostCommon": [
"files"
]
}
},
"title": "documents_specs",
Expand Down

0 comments on commit 4d3a3a3

Please sign in to comment.