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 Jul 23, 2024
1 parent a17f679 commit cc1036a
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 8 deletions.
7 changes: 5 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36206,7 +36206,7 @@
"$ref": "#/components/schemas/charge"
}
],
"description": "The latest charge created by this PaymentIntent.",
"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.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
Expand Down Expand Up @@ -38461,6 +38461,10 @@
"installments": {
"$ref": "#/components/schemas/payment_flows_installment_options"
},
"request_incremental_authorization_support": {
"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.",
"type": "boolean"
},
"require_cvc_recollection": {
"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).",
"type": "boolean"
Expand Down Expand Up @@ -52236,7 +52240,6 @@
"$ref": "#/components/schemas/subscription"
}
],
"description": "The subscription that this invoice was prepared for, if any.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
Expand Down
18 changes: 16 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32812,7 +32812,11 @@ components:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/charge'
description: The latest charge created by this PaymentIntent.
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.
nullable: true
x-expansionResources:
oneOf:
Expand Down Expand Up @@ -34950,6 +34954,17 @@ components:
type: string
installments:
$ref: '#/components/schemas/payment_flows_installment_options'
request_incremental_authorization_support:
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.
type: boolean
require_cvc_recollection:
description: >-
When enabled, using a card that is attached to a customer will
Expand Down Expand Up @@ -47893,7 +47908,6 @@ components:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/subscription'
description: 'The subscription that this invoice was prepared for, if any.'
nullable: true
x-expansionResources:
oneOf:
Expand Down
6 changes: 5 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24813,7 +24813,7 @@
"$ref": "#/components/schemas/charge"
}
],
"description": "The latest charge created by this PaymentIntent.",
"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.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
Expand Down Expand Up @@ -26739,6 +26739,10 @@
"installments": {
"$ref": "#/components/schemas/payment_flows_installment_options"
},
"request_incremental_authorization_support": {
"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.",
"type": "boolean"
},
"require_cvc_recollection": {
"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).",
"type": "boolean"
Expand Down
6 changes: 5 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30802,7 +30802,7 @@
"$ref": "#/components/schemas/charge"
}
],
"description": "The latest charge created by this PaymentIntent.",
"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.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
Expand Down Expand Up @@ -32905,6 +32905,10 @@
"installments": {
"$ref": "#/components/schemas/payment_flows_installment_options"
},
"request_incremental_authorization_support": {
"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.",
"type": "boolean"
},
"require_cvc_recollection": {
"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).",
"type": "boolean"
Expand Down
17 changes: 16 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28030,7 +28030,11 @@ components:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/charge'
description: The latest charge created by this PaymentIntent.
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.
nullable: true
x-expansionResources:
oneOf:
Expand Down Expand Up @@ -30012,6 +30016,17 @@ components:
type: string
installments:
$ref: '#/components/schemas/payment_flows_installment_options'
request_incremental_authorization_support:
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.
type: boolean
require_cvc_recollection:
description: >-
When enabled, using a card that is attached to a customer will
Expand Down
17 changes: 16 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23397,7 +23397,11 @@ components:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/charge'
description: The latest charge created by this PaymentIntent.
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.
nullable: true
x-expansionResources:
oneOf:
Expand Down Expand Up @@ -25148,6 +25152,17 @@ components:
type: string
installments:
$ref: '#/components/schemas/payment_flows_installment_options'
request_incremental_authorization_support:
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.
type: boolean
require_cvc_recollection:
description: >-
When enabled, using a card that is attached to a customer will
Expand Down

0 comments on commit cc1036a

Please sign in to comment.