Skip to content

Commit

Permalink
OpenAPI Update (#1021)
Browse files Browse the repository at this point in the history
Update OpenAPI for 04942a26edb68c500452b8afb6a1a67ca815f430

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 22, 2024
1 parent 7601f28 commit f0d0bcc
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,15 @@
],
"type": "string"
},
"automatic_indirect_tax": {
"description": "The status of the automatic_indirect_tax capability of the account.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"bacs_debit_payments": {
"description": "The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.",
"enum": [
Expand Down Expand Up @@ -1274,6 +1283,7 @@
"alma_payments",
"amazon_pay_payments",
"au_becs_debit_payments",
"automatic_indirect_tax",
"bacs_debit_payments",
"bancontact_payments",
"bank_transfer_payments",
Expand Down Expand Up @@ -88806,6 +88816,20 @@
"requested"
]
},
"automatic_indirect_tax": {
"description": "The automatic_indirect_tax capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object",
"x-stripeMostCommon": [
"requested"
]
},
"bacs_debit_payments": {
"description": "The bacs_debit_payments capability.",
"properties": {
Expand Down Expand Up @@ -91899,6 +91923,20 @@
"requested"
]
},
"automatic_indirect_tax": {
"description": "The automatic_indirect_tax capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object",
"x-stripeMostCommon": [
"requested"
]
},
"bacs_debit_payments": {
"description": "The bacs_debit_payments capability.",
"properties": {
Expand Down

0 comments on commit f0d0bcc

Please sign in to comment.