diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index bdc47d05..bba1b1cd 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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" }, @@ -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" }, diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 2a8e9cb5..33b5d123 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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 @@ -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' diff --git a/openapi/spec3.json b/openapi/spec3.json index 1888d9ae..93a20364 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -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" }, @@ -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" }, diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 20370816..5077284c 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -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" }, @@ -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" }, diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index a9fb2cb2..74eb1306 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -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 @@ -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' diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index abb93a31..234fdcd4 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -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 @@ -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'