Skip to content

Commit

Permalink
Update OpenAPI for 30902e2f017b7b8e38b095f9e5df15ee635c0e7e
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 15, 2024
1 parent b878e05 commit 0dd661e
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,33 @@
"errors"
]
},
"account_capital_settings": {
"description": "",
"properties": {
"payout_destination": {
"additionalProperties": {
"maxLength": 5000,
"type": "string"
},
"description": "Per-currency mapping of user-selected destination accounts used to pay out loans.",
"type": "object"
},
"payout_destination_selector": {
"additionalProperties": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"description": "Per-currency mapping of all destination accounts eligible to receive loan payouts.",
"type": "object"
}
},
"title": "AccountCapitalSettings",
"type": "object",
"x-expandableFields": []
},
"account_card_issuing_settings": {
"description": "",
"properties": {
Expand Down Expand Up @@ -2067,6 +2094,9 @@
"branding": {
"$ref": "#/components/schemas/account_branding_settings"
},
"capital": {
"$ref": "#/components/schemas/account_capital_settings"
},
"card_issuing": {
"$ref": "#/components/schemas/account_card_issuing_settings"
},
Expand Down Expand Up @@ -2106,6 +2136,7 @@
"x-expandableFields": [
"bacs_debit_payments",
"branding",
"capital",
"card_issuing",
"card_payments",
"dashboard",
Expand Down Expand Up @@ -75779,6 +75810,32 @@
"title": "branding_settings_specs",
"type": "object"
},
"capital": {
"description": "Settings specific to the account's use of the Capital product.",
"properties": {
"payout_destination": {
"additionalProperties": {
"maxLength": 5000,
"type": "string"
},
"description": "Per-currency mapping of user-selected destination accounts used to pay out loans.",
"type": "object"
},
"payout_destination_selector": {
"additionalProperties": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"description": "Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.",
"type": "object"
}
},
"title": "capital_settings_specs",
"type": "object"
},
"card_issuing": {
"description": "Settings specific to the account's use of the Card Issuing product.",
"properties": {
Expand Down Expand Up @@ -77841,6 +77898,32 @@
"title": "branding_settings_specs",
"type": "object"
},
"capital": {
"description": "Settings specific to the account's use of the Capital product.",
"properties": {
"payout_destination": {
"additionalProperties": {
"maxLength": 5000,
"type": "string"
},
"description": "Per-currency mapping of user-selected destination accounts used to pay out loans.",
"type": "object"
},
"payout_destination_selector": {
"additionalProperties": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"description": "Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.",
"type": "object"
}
},
"title": "capital_settings_specs",
"type": "object"
},
"card_issuing": {
"description": "Settings specific to the account's use of the Card Issuing product.",
"properties": {
Expand Down

0 comments on commit 0dd661e

Please sign in to comment.