diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3933ffd8..6247421b 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -15982,7 +15982,7 @@ "type": "string" }, "type": { - "description": "Type of the fee, one of: `application_fee`, `stripe_fee` or `tax`.", + "description": "Type of the fee, one of: `application_fee`, `payment_method_passthrough_fee`, `stripe_fee` or `tax`.", "maxLength": 5000, "type": "string" } diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 7647e11a..884122a3 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -10277,7 +10277,7 @@ "type": "string" }, "type": { - "description": "Type of the fee, one of: `application_fee`, `stripe_fee` or `tax`.", + "description": "Type of the fee, one of: `application_fee`, `payment_method_passthrough_fee`, `stripe_fee` or `tax`.", "maxLength": 5000, "type": "string" }