Skip to content

Commit 50748ae

Browse files
OpenAPI Update (#932)
Update OpenAPI for cc1036a4771157bf92bbe8fcca44b91dca14dbef Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e691afa commit 50748ae

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36206,7 +36206,7 @@
3620636206
"$ref": "#/components/schemas/charge"
3620736207
}
3620836208
],
36209-
"description": "The latest charge created by this PaymentIntent.",
36209+
"description": "ID of the latest [Charge object](https://stripe.com/docs/api/charges) created by this PaymentIntent. This property is `null` until PaymentIntent confirmation is attempted.",
3621036210
"nullable": true,
3621136211
"x-expansionResources": {
3621236212
"oneOf": [
@@ -38461,6 +38461,10 @@
3846138461
"installments": {
3846238462
"$ref": "#/components/schemas/payment_flows_installment_options"
3846338463
},
38464+
"request_incremental_authorization_support": {
38465+
"description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.",
38466+
"type": "boolean"
38467+
},
3846438468
"require_cvc_recollection": {
3846538469
"description": "When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).",
3846638470
"type": "boolean"
@@ -52236,7 +52240,6 @@
5223652240
"$ref": "#/components/schemas/subscription"
5223752241
}
5223852242
],
52239-
"description": "The subscription that this invoice was prepared for, if any.",
5224052243
"nullable": true,
5224152244
"x-expansionResources": {
5224252245
"oneOf": [

embedded/openapi/spec3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24813,7 +24813,7 @@
2481324813
"$ref": "#/components/schemas/charge"
2481424814
}
2481524815
],
24816-
"description": "The latest charge created by this PaymentIntent.",
24816+
"description": "ID of the latest [Charge object](https://stripe.com/docs/api/charges) created by this PaymentIntent. This property is `null` until PaymentIntent confirmation is attempted.",
2481724817
"nullable": true,
2481824818
"x-expansionResources": {
2481924819
"oneOf": [
@@ -26739,6 +26739,10 @@
2673926739
"installments": {
2674026740
"$ref": "#/components/schemas/payment_flows_installment_options"
2674126741
},
26742+
"request_incremental_authorization_support": {
26743+
"description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.",
26744+
"type": "boolean"
26745+
},
2674226746
"require_cvc_recollection": {
2674326747
"description": "When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).",
2674426748
"type": "boolean"

0 commit comments

Comments
 (0)