diff --git a/api-reference-v2/openapi_spec.json b/api-reference-v2/openapi_spec.json index 3f1a0ae01de8..c5238b055849 100644 --- a/api-reference-v2/openapi_spec.json +++ b/api-reference-v2/openapi_spec.json @@ -18131,6 +18131,10 @@ "type": "object", "description": "Product authentication ids", "nullable": true + }, + "is_tokenize_before_payment_enabled": { + "type": "boolean", + "description": "Indicates if network tokenization before first payment is enabled or not" } }, "additionalProperties": false @@ -18164,7 +18168,8 @@ "is_tax_connector_enabled", "is_network_tokenization_enabled", "should_collect_cvv_during_payment", - "is_click_to_pay_enabled" + "is_click_to_pay_enabled", + "is_tokenize_before_payment_enabled" ], "properties": { "merchant_id": { @@ -18355,6 +18360,10 @@ "type": "object", "description": "Product authentication ids", "nullable": true + }, + "is_tokenize_before_payment_enabled": { + "type": "boolean", + "description": "Indicates if network tokenization before first payment is enabled or not" } } }, diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index 0d750ea7bf53..9f3ce8d82204 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -22432,6 +22432,10 @@ "type": "object", "description": "Product authentication ids", "nullable": true + }, + "is_tokenize_before_payment_enabled": { + "type": "boolean", + "description": "Indicates if network tokenization before first payment is enabled or not" } }, "additionalProperties": false @@ -22465,7 +22469,8 @@ "is_tax_connector_enabled", "is_network_tokenization_enabled", "is_auto_retries_enabled", - "is_click_to_pay_enabled" + "is_click_to_pay_enabled", + "is_tokenize_before_payment_enabled" ], "properties": { "merchant_id": { @@ -22673,6 +22678,10 @@ "type": "object", "description": "Product authentication ids", "nullable": true + }, + "is_tokenize_before_payment_enabled": { + "type": "boolean", + "description": "Indicates if network tokenization before first payment is enabled or not" } } },