From 086be7b5452d7e95cf40317fbc71571a903724d5 Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:46:35 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference/v1/openapi_spec_v1.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json index 5f12cbb1b2..8587ea8c93 100644 --- a/api-reference/v1/openapi_spec_v1.json +++ b/api-reference/v1/openapi_spec_v1.json @@ -12891,8 +12891,7 @@ "ConfirmSubscriptionPaymentDetails": { "type": "object", "required": [ - "payment_method", - "payment_method_data" + "payment_method" ], "properties": { "shipping": { @@ -12923,7 +12922,12 @@ "nullable": true }, "payment_method_data": { - "$ref": "#/components/schemas/PaymentMethodDataRequest" + "allOf": [ + { + "$ref": "#/components/schemas/PaymentMethodDataRequest" + } + ], + "nullable": true }, "customer_acceptance": { "allOf": [ @@ -12940,6 +12944,10 @@ } ], "nullable": true + }, + "payment_token": { + "type": "string", + "nullable": true } } }, @@ -22232,6 +22240,10 @@ } ], "nullable": true + }, + "payment_token": { + "type": "string", + "nullable": true } } }, @@ -24117,6 +24129,10 @@ } ], "nullable": true + }, + "payment_token": { + "type": "string", + "nullable": true } } },