Skip to content

Commit

Permalink
Update OpenAPI for 84b6744117d7a6ceb31d251df81c970c4eaba142 (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored May 23, 2022
1 parent 50fb68a commit e98ab0c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,15 @@
],
"type": "string"
},
"treasury": {
"description": "The status of the banking capability, or whether the account can have bank accounts.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"us_bank_account_ach_payments": {
"description": "The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.",
"enum": [
Expand Down Expand Up @@ -39352,6 +39361,15 @@
"title": "capability_param",
"type": "object"
},
"treasury": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"us_bank_account_ach_payments": {
"properties": {
"requested": {
Expand Down Expand Up @@ -44680,6 +44698,15 @@
"title": "capability_param",
"type": "object"
},
"treasury": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"us_bank_account_ach_payments": {
"properties": {
"requested": {
Expand Down Expand Up @@ -46126,6 +46153,15 @@
"title": "capability_param",
"type": "object"
},
"treasury": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"us_bank_account_ach_payments": {
"properties": {
"requested": {
Expand Down

0 comments on commit e98ab0c

Please sign in to comment.