Skip to content

Commit 793bde6

Browse files
Update OpenAPI specification for private preview
1 parent 9dad344 commit 793bde6

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

openapi/spec3.private_preview.sdk.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4903,6 +4903,25 @@
49034903
},
49044904
"settlement_timing": {
49054905
"$ref": "#/components/schemas/balance_settings_resource_settlement_timing"
4906+
},
4907+
"default_settlement_currency": {
4908+
"description": "The default settlement currency for the account.",
4909+
"maxLength": 5000,
4910+
"nullable": true,
4911+
"type": "string"
4912+
},
4913+
"settlement_currencies": {
4914+
"additionalProperties": {
4915+
"enum": [
4916+
"disabled",
4917+
"enabled",
4918+
"restricted_by_application"
4919+
],
4920+
"type": "string"
4921+
},
4922+
"description": "A hash of settlement currencies and their states. Each key is an ISO 4217 currency code, and the value is one of `enabled`, `disabled`, or `restricted_by_application`.",
4923+
"nullable": true,
4924+
"type": "object"
49064925
}
49074926
},
49084927
"required": [
@@ -4918,7 +4937,9 @@
49184937
],
49194938
"x-stripeMostCommon": [
49204939
"debit_negative_balances",
4940+
"default_settlement_currency",
49214941
"payouts",
4942+
"settlement_currencies",
49224943
"settlement_timing"
49234944
]
49244945
},

openapi/spec3.private_preview.sdk.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4572,6 +4572,24 @@ components:
45724572
nullable: true
45734573
settlement_timing:
45744574
$ref: '#/components/schemas/balance_settings_resource_settlement_timing'
4575+
default_settlement_currency:
4576+
description: The default settlement currency for the account.
4577+
maxLength: 5000
4578+
nullable: true
4579+
type: string
4580+
settlement_currencies:
4581+
additionalProperties:
4582+
enum:
4583+
- disabled
4584+
- enabled
4585+
- restricted_by_application
4586+
type: string
4587+
description: >-
4588+
A hash of settlement currencies and their states. Each key is an ISO
4589+
4217 currency code, and the value is one of `enabled`, `disabled`,
4590+
or `restricted_by_application`.
4591+
nullable: true
4592+
type: object
45754593
required:
45764594
- debit_negative_balances
45774595
- payouts
@@ -4583,7 +4601,9 @@ components:
45834601
- settlement_timing
45844602
x-stripeMostCommon:
45854603
- debit_negative_balances
4604+
- default_settlement_currency
45864605
- payouts
4606+
- settlement_currencies
45874607
- settlement_timing
45884608
balance_settings_resource_payout_schedule:
45894609
description: ''

0 commit comments

Comments
 (0)