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 24, 2023
1 parent 5f580e8 commit ff2bcc1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45503,6 +45503,15 @@
]
}
},
"payment_method_configuration_details": {
"anyOf": [
{
"$ref": "#/components/schemas/payment_method_config_biz_payment_method_configuration_details"
}
],
"description": "Information about the payment method configuration used for this Setup Intent.",
"nullable": true
},
"payment_method_options": {
"anyOf": [
{
Expand Down Expand Up @@ -45595,6 +45604,7 @@
"next_action",
"on_behalf_of",
"payment_method",
"payment_method_configuration_details",
"payment_method_options",
"single_use_mandate"
],
Expand Down Expand Up @@ -133343,6 +133353,11 @@
"maxLength": 5000,
"type": "string"
},
"payment_method_configuration": {
"description": "The ID of the payment method configuration to use with this Setup Intent.",
"maxLength": 100,
"type": "string"
},
"payment_method_data": {
"description": "When included, this hash creates a PaymentMethod that is set as the [`payment_method`](https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method)\nvalue in the SetupIntent.",
"properties": {
Expand Down Expand Up @@ -134546,6 +134561,11 @@
"maxLength": 5000,
"type": "string"
},
"payment_method_configuration": {
"description": "The ID of the payment method configuration to use with this SetupIntent.",
"maxLength": 100,
"type": "string"
},
"payment_method_data": {
"description": "When included, this hash creates a PaymentMethod that is set as the [`payment_method`](https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method)\nvalue in the SetupIntent.",
"properties": {
Expand Down
21 changes: 21 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41527,6 +41527,14 @@ components:
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/payment_method'
payment_method_configuration_details:
anyOf:
- $ref: >-
#/components/schemas/payment_method_config_biz_payment_method_configuration_details
description: >-
Information about the payment method configuration used for this
Setup Intent.
nullable: true
payment_method_options:
anyOf:
- $ref: '#/components/schemas/setup_intent_payment_method_options'
Expand Down Expand Up @@ -41612,6 +41620,7 @@ components:
- next_action
- on_behalf_of
- payment_method
- payment_method_configuration_details
- payment_method_options
- single_use_mandate
x-resourceId: setup_intent
Expand Down Expand Up @@ -125974,6 +125983,12 @@ paths:
Source object) to attach to this SetupIntent.
maxLength: 5000
type: string
payment_method_configuration:
description: >-
The ID of the payment method configuration to use with this
Setup Intent.
maxLength: 100
type: string
payment_method_data:
description: >-
When included, this hash creates a PaymentMethod that is set
Expand Down Expand Up @@ -127202,6 +127217,12 @@ paths:
Source object) to attach to this SetupIntent.
maxLength: 5000
type: string
payment_method_configuration:
description: >-
The ID of the payment method configuration to use with this
SetupIntent.
maxLength: 100
type: string
payment_method_data:
description: >-
When included, this hash creates a PaymentMethod that is set
Expand Down

0 comments on commit ff2bcc1

Please sign in to comment.