Skip to content

Commit

Permalink
OpenAPI Update (#637)
Browse files Browse the repository at this point in the history
Update OpenAPI for 2ef780b2e977eb6eb2242eb99972fba7b8e97de3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 30, 2024
1 parent ec289e8 commit ce85758
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
47 changes: 47 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8024,6 +8024,9 @@
"sofort": {
"$ref": "#/components/schemas/checkout_sofort_payment_method_options"
},
"swish": {
"$ref": "#/components/schemas/checkout_swish_payment_method_options"
},
"us_bank_account": {
"$ref": "#/components/schemas/checkout_us_bank_account_payment_method_options"
}
Expand Down Expand Up @@ -8058,6 +8061,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account"
]
},
Expand All @@ -8076,6 +8080,23 @@
"type": "object",
"x-expandableFields": []
},
"checkout_swish_payment_method_options": {
"description": "",
"properties": {
"reference": {
"description": "The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"reference"
],
"title": "CheckoutSwishPaymentMethodOptions",
"type": "object",
"x-expandableFields": []
},
"checkout_us_bank_account_payment_method_options": {
"description": "",
"properties": {
Expand Down Expand Up @@ -34863,6 +34884,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down Expand Up @@ -83604,6 +83626,28 @@
"title": "payment_method_options_param",
"type": "object"
},
"swish": {
"description": "contains details about the Swish payment method options.",
"properties": {
"reference": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent."
}
},
"title": "payment_method_options_param",
"type": "object"
},
"us_bank_account": {
"description": "contains details about the Us Bank Account payment method options.",
"properties": {
Expand Down Expand Up @@ -83733,6 +83777,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -140465,6 +140510,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down Expand Up @@ -141772,6 +141818,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down
42 changes: 42 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5546,6 +5546,9 @@
"sofort": {
"$ref": "#/components/schemas/checkout_sofort_payment_method_options"
},
"swish": {
"$ref": "#/components/schemas/checkout_swish_payment_method_options"
},
"us_bank_account": {
"$ref": "#/components/schemas/checkout_us_bank_account_payment_method_options"
}
Expand Down Expand Up @@ -5580,6 +5583,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account"
]
},
Expand All @@ -5598,6 +5602,20 @@
"type": "object",
"x-expandableFields": []
},
"checkout_swish_payment_method_options": {
"description": "",
"properties": {
"reference": {
"description": "The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "CheckoutSwishPaymentMethodOptions",
"type": "object",
"x-expandableFields": []
},
"checkout_us_bank_account_payment_method_options": {
"description": "",
"properties": {
Expand Down Expand Up @@ -23460,6 +23478,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down Expand Up @@ -61266,6 +61285,26 @@
"title": "payment_method_options_param",
"type": "object"
},
"swish": {
"properties": {
"reference": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
]
}
},
"title": "payment_method_options_param",
"type": "object"
},
"us_bank_account": {
"properties": {
"financial_connections": {
Expand Down Expand Up @@ -61384,6 +61423,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -102220,6 +102260,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down Expand Up @@ -103451,6 +103492,7 @@
"promptpay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
],
Expand Down

0 comments on commit ce85758

Please sign in to comment.