Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 15, 2024
1 parent b3d633e commit 7ab72d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -199811,7 +199811,7 @@
"type": "string"
},
"routing_number": {
"description": "The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.",
"description": "The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.",
"maxLength": 5000,
"type": "string"
}
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188058,11 +188058,11 @@ paths:
routing_number:
description: >-
The routing number, sort code, or other
country-appropriateinstitution number for the bank
country-appropriate institution number for the bank
account. For US bank accounts, this is required and
should bethe ACH routing number, not the wire routing
number. If you are providing an IBAN
for`account_number`, this field is not required.
should be the ACH routing number, not the wire routing
number. If you are providing an IBAN for
`account_number`, this field is not required.
maxLength: 5000
type: string
required:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -161080,7 +161080,7 @@
"type": "string"
},
"routing_number": {
"description": "The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.",
"description": "The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.",
"maxLength": 5000,
"type": "string"
}
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151010,11 +151010,11 @@ paths:
routing_number:
description: >-
The routing number, sort code, or other
country-appropriateinstitution number for the bank
country-appropriate institution number for the bank
account. For US bank accounts, this is required and
should bethe ACH routing number, not the wire routing
number. If you are providing an IBAN
for`account_number`, this field is not required.
should be the ACH routing number, not the wire routing
number. If you are providing an IBAN for
`account_number`, this field is not required.
maxLength: 5000
type: string
required:
Expand Down

0 comments on commit 7ab72d7

Please sign in to comment.