Skip to content

Commit

Permalink
OpenAPI Update (#997)
Browse files Browse the repository at this point in the history
Update OpenAPI for 0cc653c3785d539d1b6d1ef1d17b5a5dc4f602d1

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 13, 2024
1 parent 6bec4db commit 0a93233
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22884,6 +22884,17 @@
"funding_instructions_bank_transfer_spei_record": {
"description": "SPEI Records contain Mexico bank account details per the SPEI format.",
"properties": {
"account_holder_address": {
"$ref": "#/components/schemas/address"
},
"account_holder_name": {
"description": "The account holder name",
"maxLength": 5000,
"type": "string"
},
"bank_address": {
"$ref": "#/components/schemas/address"
},
"bank_code": {
"description": "The three-digit bank code",
"maxLength": 5000,
Expand All @@ -22901,14 +22912,23 @@
}
},
"required": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bank_code",
"bank_name",
"clabe"
],
"title": "FundingInstructionsBankTransferSpeiRecord",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"account_holder_address",
"bank_address"
],
"x-stripeMostCommon": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bank_code",
"bank_name",
"clabe"
Expand Down

0 comments on commit 0a93233

Please sign in to comment.