diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a3d8b78a..fd9794c2 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -150569,6 +150569,10 @@ "subscription_data": { "explode": true, "style": "deepObject" + }, + "tax_id_collection": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -151670,6 +151674,20 @@ }, "title": "subscription_data_update_params", "type": "object" + }, + "tax_id_collection": { + "description": "Controls tax ID collection during checkout.", + "properties": { + "enabled": { + "description": "Set to `true` to enable tax ID collection.", + "type": "boolean" + } + }, + "required": [ + "enabled" + ], + "title": "tax_id_collection_params", + "type": "object" } }, "type": "object" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 6c748ac2..6f51eb77 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -113712,6 +113712,10 @@ "subscription_data": { "explode": true, "style": "deepObject" + }, + "tax_id_collection": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -114744,6 +114748,19 @@ }, "title": "subscription_data_update_params", "type": "object" + }, + "tax_id_collection": { + "description": "Controls tax ID collection during checkout.", + "properties": { + "enabled": { + "type": "boolean" + } + }, + "required": [ + "enabled" + ], + "title": "tax_id_collection_params", + "type": "object" } }, "type": "object"