|
43745 | 43745 | }
|
43746 | 43746 | },
|
43747 | 43747 | "application_fee_amount": {
|
43748 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 43748 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
43749 | 43749 | "nullable": true,
|
43750 | 43750 | "type": "integer"
|
43751 | 43751 | },
|
@@ -108355,7 +108355,7 @@
|
108355 | 108355 | "additionalProperties": false,
|
108356 | 108356 | "properties": {
|
108357 | 108357 | "amount": {
|
108358 |
| - "description": "The amount to capture, which must be less than or equal to the original amount. Any additional amount will be automatically refunded.", |
| 108358 | + "description": "The amount to capture, which must be less than or equal to the original amount.", |
108359 | 108359 | "type": "integer"
|
108360 | 108360 | },
|
108361 | 108361 | "application_fee": {
|
@@ -111007,7 +111007,7 @@
|
111007 | 111007 | "description": "A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in `payment` mode.",
|
111008 | 111008 | "properties": {
|
111009 | 111009 | "application_fee_amount": {
|
111010 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 111010 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
111011 | 111011 | "type": "integer"
|
111012 | 111012 | },
|
111013 | 111013 | "capture_method": {
|
@@ -165305,7 +165305,7 @@
|
165305 | 165305 | "type": "integer"
|
165306 | 165306 | },
|
165307 | 165307 | "application_fee_amount": {
|
165308 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 165308 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
165309 | 165309 | "type": "integer"
|
165310 | 165310 | },
|
165311 | 165311 | "async_workflows": {
|
@@ -171053,7 +171053,7 @@
|
171053 | 171053 | "type": "string"
|
171054 | 171054 | }
|
171055 | 171055 | ],
|
171056 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts)." |
| 171056 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts)." |
171057 | 171057 | },
|
171058 | 171058 | "async_workflows": {
|
171059 | 171059 | "description": "Automations to be run during the PaymentIntent lifecycle",
|
@@ -176599,11 +176599,11 @@
|
176599 | 176599 | "additionalProperties": false,
|
176600 | 176600 | "properties": {
|
176601 | 176601 | "amount_to_capture": {
|
176602 |
| - "description": "The amount to capture from the PaymentIntent, which must be less than or equal to the original amount. Any additional amount is automatically refunded. Defaults to the full `amount_capturable` if it's not provided.", |
| 176602 | + "description": "The amount to capture from the PaymentIntent, which must be less than or equal to the original amount. Defaults to the full `amount_capturable` if it's not provided.", |
176603 | 176603 | "type": "integer"
|
176604 | 176604 | },
|
176605 | 176605 | "application_fee_amount": {
|
176606 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 176606 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
176607 | 176607 | "type": "integer"
|
176608 | 176608 | },
|
176609 | 176609 | "async_workflows": {
|
@@ -177844,7 +177844,7 @@
|
177844 | 177844 | "type": "string"
|
177845 | 177845 | }
|
177846 | 177846 | ],
|
177847 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts)." |
| 177847 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts)." |
177848 | 177848 | },
|
177849 | 177849 | "async_workflows": {
|
177850 | 177850 | "description": "Automations to be run during the PaymentIntent lifecycle",
|
@@ -183289,7 +183289,7 @@
|
183289 | 183289 | "type": "integer"
|
183290 | 183290 | },
|
183291 | 183291 | "application_fee_amount": {
|
183292 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 183292 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
183293 | 183293 | "type": "integer"
|
183294 | 183294 | },
|
183295 | 183295 | "async_workflows": {
|
@@ -183464,7 +183464,7 @@
|
183464 | 183464 | "type": "integer"
|
183465 | 183465 | },
|
183466 | 183466 | "application_fee_amount": {
|
183467 |
| - "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
| 183467 | + "description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).", |
183468 | 183468 | "type": "integer"
|
183469 | 183469 | },
|
183470 | 183470 | "async_workflows": {
|
|
0 commit comments