From 1c1510f6062002d71468cf7dfd0d0396ae0802e3 Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:30:11 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference-v2/openapi_spec.json | 26 ++++++++++++++++++++++++++ api-reference/openapi_spec.json | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/api-reference-v2/openapi_spec.json b/api-reference-v2/openapi_spec.json index d59a20df627..165d2dc9090 100644 --- a/api-reference-v2/openapi_spec.json +++ b/api-reference-v2/openapi_spec.json @@ -15174,6 +15174,19 @@ "type": "string", "description": "Connector Identifier for the payment method", "nullable": true + }, + "overcapture_applied": { + "type": "boolean", + "description": "Whether the payment is overcaptureable or not", + "nullable": true + }, + "maximum_capturable_amount": { + "allOf": [ + { + "$ref": "#/components/schemas/MinorUnit" + } + ], + "nullable": true } } }, @@ -16078,6 +16091,19 @@ "type": "string", "description": "Connector Identifier for the payment method", "nullable": true + }, + "overcapture_applied": { + "type": "boolean", + "description": "Whether the payment is overcaptureable or not", + "nullable": true + }, + "maximum_capturable_amount": { + "allOf": [ + { + "$ref": "#/components/schemas/MinorUnit" + } + ], + "nullable": true } } }, diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index 5ad284455d6..60221ce726e 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -18208,6 +18208,19 @@ "type": "string", "description": "Connector Identifier for the payment method", "nullable": true + }, + "overcapture_applied": { + "type": "boolean", + "description": "Whether the payment is overcaptureable or not", + "nullable": true + }, + "maximum_capturable_amount": { + "allOf": [ + { + "$ref": "#/components/schemas/MinorUnit" + } + ], + "nullable": true } } }, @@ -19449,6 +19462,19 @@ "type": "string", "description": "Connector Identifier for the payment method", "nullable": true + }, + "overcapture_applied": { + "type": "boolean", + "description": "Whether the payment is overcaptureable or not", + "nullable": true + }, + "maximum_capturable_amount": { + "allOf": [ + { + "$ref": "#/components/schemas/MinorUnit" + } + ], + "nullable": true } } },