diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index ccc85fe1..1886c6c6 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -45473,6 +45473,15 @@ "nullable": true, "type": "array" }, + "payment_method_remove": { + "description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.", + "enum": [ + "disabled", + "enabled" + ], + "nullable": true, + "type": "string" + }, "payment_method_save": { "description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.", "enum": [ @@ -45485,6 +45494,7 @@ }, "required": [ "allow_redisplay_filters", + "payment_method_remove", "payment_method_save" ], "title": "PaymentPagesCheckoutSessionSavedPaymentMethodOptions", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 609b0912..6d663726 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -32720,6 +32720,15 @@ "nullable": true, "type": "array" }, + "payment_method_remove": { + "description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.", + "enum": [ + "disabled", + "enabled" + ], + "nullable": true, + "type": "string" + }, "payment_method_save": { "description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.", "enum": [