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 Sep 11, 2023
1 parent 3266bea commit 17b7508
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2579,21 +2579,21 @@
"description": "This is an object representing your Stripe balance. You can retrieve it to see\nthe balance currently on your Stripe account.\n\nYou can also retrieve the balance history, which contains a list of\n[transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance\n(charges, payouts, and so forth).\n\nThe available and pending amounts for each currency are broken down further by\npayment source types.\n\nRelated guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)",
"properties": {
"available": {
"description": "Funds that are available to be transferred or paid out, whether automatically by Stripe or explicitly via the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). The available balance for each currency and payment type can be found in the `source_types` property.",
"description": "Available funds that you can transfer or pay out automatically by Stripe or explicitly through the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). You can find the available balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"connect_reserved": {
"description": "Funds held due to negative balances on connected Custom accounts. The connect reserve balance for each currency and payment type can be found in the `source_types` property.",
"description": "Funds held due to negative balances on connected Custom accounts. You can find the connect reserve balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"instant_available": {
"description": "Funds that can be paid out using Instant Payouts.",
"description": "Funds that you can pay out using Instant Payouts.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand All @@ -2614,7 +2614,7 @@
"type": "string"
},
"pending": {
"description": "Funds that are not yet available in the balance. The pending balance for each currency, and for each payment type, can be found in the `source_types` property.",
"description": "Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand Down
20 changes: 10 additions & 10 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2507,25 +2507,25 @@ components:
properties:
available:
description: >-
Funds that are available to be transferred or paid out, whether
automatically by Stripe or explicitly via the [Transfers
Available funds that you can transfer or pay out automatically by
Stripe or explicitly through the [Transfers
API](https://stripe.com/docs/api#transfers) or [Payouts
API](https://stripe.com/docs/api#payouts). The available balance for
each currency and payment type can be found in the `source_types`
property.
API](https://stripe.com/docs/api#payouts). You can find the
available balance for each currency and payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
connect_reserved:
description: >-
Funds held due to negative balances on connected Custom accounts.
The connect reserve balance for each currency and payment type can
be found in the `source_types` property.
You can find the connect reserve balance for each currency and
payment type in the `source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
instant_available:
description: Funds that can be paid out using Instant Payouts.
description: Funds that you can pay out using Instant Payouts.
items:
$ref: '#/components/schemas/balance_amount'
type: array
Expand All @@ -2545,8 +2545,8 @@ components:
type: string
pending:
description: >-
Funds that are not yet available in the balance. The pending balance
for each currency, and for each payment type, can be found in the
Funds that aren't available in the balance yet. You can find the
pending balance for each currency and each payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1983,21 +1983,21 @@
"description": "This is an object representing your Stripe balance. You can retrieve it to see\nthe balance currently on your Stripe account.\n\nYou can also retrieve the balance history, which contains a list of\n[transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance\n(charges, payouts, and so forth).\n\nThe available and pending amounts for each currency are broken down further by\npayment source types.\n\nRelated guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)",
"properties": {
"available": {
"description": "Funds that are available to be transferred or paid out, whether automatically by Stripe or explicitly via the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). The available balance for each currency and payment type can be found in the `source_types` property.",
"description": "Available funds that you can transfer or pay out automatically by Stripe or explicitly through the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). You can find the available balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"connect_reserved": {
"description": "Funds held due to negative balances on connected Custom accounts. The connect reserve balance for each currency and payment type can be found in the `source_types` property.",
"description": "Funds held due to negative balances on connected Custom accounts. You can find the connect reserve balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"instant_available": {
"description": "Funds that can be paid out using Instant Payouts.",
"description": "Funds that you can pay out using Instant Payouts.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand All @@ -2018,7 +2018,7 @@
"type": "string"
},
"pending": {
"description": "Funds that are not yet available in the balance. The pending balance for each currency, and for each payment type, can be found in the `source_types` property.",
"description": "Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2500,21 +2500,21 @@
"description": "This is an object representing your Stripe balance. You can retrieve it to see\nthe balance currently on your Stripe account.\n\nYou can also retrieve the balance history, which contains a list of\n[transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance\n(charges, payouts, and so forth).\n\nThe available and pending amounts for each currency are broken down further by\npayment source types.\n\nRelated guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)",
"properties": {
"available": {
"description": "Funds that are available to be transferred or paid out, whether automatically by Stripe or explicitly via the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). The available balance for each currency and payment type can be found in the `source_types` property.",
"description": "Available funds that you can transfer or pay out automatically by Stripe or explicitly through the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). You can find the available balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"connect_reserved": {
"description": "Funds held due to negative balances on connected Custom accounts. The connect reserve balance for each currency and payment type can be found in the `source_types` property.",
"description": "Funds held due to negative balances on connected Custom accounts. You can find the connect reserve balance for each currency and payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
"type": "array"
},
"instant_available": {
"description": "Funds that can be paid out using Instant Payouts.",
"description": "Funds that you can pay out using Instant Payouts.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand All @@ -2535,7 +2535,7 @@
"type": "string"
},
"pending": {
"description": "Funds that are not yet available in the balance. The pending balance for each currency, and for each payment type, can be found in the `source_types` property.",
"description": "Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the `source_types` property.",
"items": {
"$ref": "#/components/schemas/balance_amount"
},
Expand Down
20 changes: 10 additions & 10 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2433,25 +2433,25 @@ components:
properties:
available:
description: >-
Funds that are available to be transferred or paid out, whether
automatically by Stripe or explicitly via the [Transfers
Available funds that you can transfer or pay out automatically by
Stripe or explicitly through the [Transfers
API](https://stripe.com/docs/api#transfers) or [Payouts
API](https://stripe.com/docs/api#payouts). The available balance for
each currency and payment type can be found in the `source_types`
property.
API](https://stripe.com/docs/api#payouts). You can find the
available balance for each currency and payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
connect_reserved:
description: >-
Funds held due to negative balances on connected Custom accounts.
The connect reserve balance for each currency and payment type can
be found in the `source_types` property.
You can find the connect reserve balance for each currency and
payment type in the `source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
instant_available:
description: Funds that can be paid out using Instant Payouts.
description: Funds that you can pay out using Instant Payouts.
items:
$ref: '#/components/schemas/balance_amount'
type: array
Expand All @@ -2471,8 +2471,8 @@ components:
type: string
pending:
description: >-
Funds that are not yet available in the balance. The pending balance
for each currency, and for each payment type, can be found in the
Funds that aren't available in the balance yet. You can find the
pending balance for each currency and each payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
Expand Down
20 changes: 10 additions & 10 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1999,25 +1999,25 @@ components:
properties:
available:
description: >-
Funds that are available to be transferred or paid out, whether
automatically by Stripe or explicitly via the [Transfers
Available funds that you can transfer or pay out automatically by
Stripe or explicitly through the [Transfers
API](https://stripe.com/docs/api#transfers) or [Payouts
API](https://stripe.com/docs/api#payouts). The available balance for
each currency and payment type can be found in the `source_types`
property.
API](https://stripe.com/docs/api#payouts). You can find the
available balance for each currency and payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
connect_reserved:
description: >-
Funds held due to negative balances on connected Custom accounts.
The connect reserve balance for each currency and payment type can
be found in the `source_types` property.
You can find the connect reserve balance for each currency and
payment type in the `source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
type: array
instant_available:
description: Funds that can be paid out using Instant Payouts.
description: Funds that you can pay out using Instant Payouts.
items:
$ref: '#/components/schemas/balance_amount'
type: array
Expand All @@ -2037,8 +2037,8 @@ components:
type: string
pending:
description: >-
Funds that are not yet available in the balance. The pending balance
for each currency, and for each payment type, can be found in the
Funds that aren't available in the balance yet. You can find the
pending balance for each currency and each payment type in the
`source_types` property.
items:
$ref: '#/components/schemas/balance_amount'
Expand Down

0 comments on commit 17b7508

Please sign in to comment.