diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 5885fcf6..9e08625b 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" } @@ -8058,6 +8061,7 @@ "revolut_pay", "sepa_debit", "sofort", + "swish", "us_bank_account" ] }, @@ -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": { @@ -34863,6 +34884,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ], @@ -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": { @@ -83733,6 +83777,7 @@ "revolut_pay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay", "zip" @@ -140465,6 +140510,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ], @@ -141772,6 +141818,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ], diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 34188a16..0c2048b4 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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" } @@ -5580,6 +5583,7 @@ "revolut_pay", "sepa_debit", "sofort", + "swish", "us_bank_account" ] }, @@ -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": { @@ -23460,6 +23478,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ], @@ -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": { @@ -61384,6 +61423,7 @@ "revolut_pay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay", "zip" @@ -102220,6 +102260,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ], @@ -103451,6 +103492,7 @@ "promptpay", "sepa_debit", "sofort", + "swish", "us_bank_account", "wechat_pay" ],