Skip to content

Commit

Permalink
Update OpenAPI for 32979ebf5eb9123474bc93cae13aaab1e63ac684
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 13, 2024
1 parent e3d669d commit c8f1294
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22794,11 +22794,17 @@
"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 @@ -22816,16 +22822,23 @@
}
},
"required": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
],
"title": "FundingInstructionsBankTransferIbanRecord",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"account_holder_address",
"bank_address"
],
"x-stripeMostCommon": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
Expand Down

0 comments on commit c8f1294

Please sign in to comment.