Skip to content

Commit fd5598c

Browse files
OpenAPI Update (#1216)
Update OpenAPI for f4daca01c9be3604f42d8d0b9c0f786f79940a15 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 63a80f0 commit fd5598c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

embedded/openapi/spec3.beta.sdk.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -43745,7 +43745,7 @@
4374543745
}
4374643746
},
4374743747
"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).",
4374943749
"nullable": true,
4375043750
"type": "integer"
4375143751
},
@@ -108355,7 +108355,7 @@
108355108355
"additionalProperties": false,
108356108356
"properties": {
108357108357
"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.",
108359108359
"type": "integer"
108360108360
},
108361108361
"application_fee": {
@@ -111007,7 +111007,7 @@
111007111007
"description": "A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in `payment` mode.",
111008111008
"properties": {
111009111009
"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).",
111011111011
"type": "integer"
111012111012
},
111013111013
"capture_method": {
@@ -165305,7 +165305,7 @@
165305165305
"type": "integer"
165306165306
},
165307165307
"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).",
165309165309
"type": "integer"
165310165310
},
165311165311
"async_workflows": {
@@ -171053,7 +171053,7 @@
171053171053
"type": "string"
171054171054
}
171055171055
],
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)."
171057171057
},
171058171058
"async_workflows": {
171059171059
"description": "Automations to be run during the PaymentIntent lifecycle",
@@ -176599,11 +176599,11 @@
176599176599
"additionalProperties": false,
176600176600
"properties": {
176601176601
"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.",
176603176603
"type": "integer"
176604176604
},
176605176605
"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).",
176607176607
"type": "integer"
176608176608
},
176609176609
"async_workflows": {
@@ -177844,7 +177844,7 @@
177844177844
"type": "string"
177845177845
}
177846177846
],
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)."
177848177848
},
177849177849
"async_workflows": {
177850177850
"description": "Automations to be run during the PaymentIntent lifecycle",
@@ -183289,7 +183289,7 @@
183289183289
"type": "integer"
183290183290
},
183291183291
"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).",
183293183293
"type": "integer"
183294183294
},
183295183295
"async_workflows": {
@@ -183464,7 +183464,7 @@
183464183464
"type": "integer"
183465183465
},
183466183466
"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).",
183468183468
"type": "integer"
183469183469
},
183470183470
"async_workflows": {

0 commit comments

Comments
 (0)