diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index d8bc5bc9..8b881fa5 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -1607,6 +1607,9 @@ "description": "Reason the notice is being sent. The reason determines what copy the notice must contain. See the [regulated customer notices](https://stripe.com/docs/issuing/compliance-us/issuing-regulated-customer-notices) guide. All reasons might not apply to your integration, and Stripe might add new reasons in the future, so we recommend an internal warning when you receive an unknown reason.", "enum": [ "issuing.account_closed_for_inactivity", + "issuing.account_closed_for_not_providing_business_model_clarification", + "issuing.account_closed_for_not_providing_url_clarification", + "issuing.account_closed_for_not_providing_use_case_clarification", "issuing.account_closed_for_terms_of_service_violation", "issuing.application_rejected_for_failure_to_verify", "issuing.credit_application_rejected", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index d5663c71..db5c584f 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -1574,6 +1574,10 @@ components: warning when you receive an unknown reason. enum: - issuing.account_closed_for_inactivity + - >- + issuing.account_closed_for_not_providing_business_model_clarification + - issuing.account_closed_for_not_providing_url_clarification + - issuing.account_closed_for_not_providing_use_case_clarification - issuing.account_closed_for_terms_of_service_violation - issuing.application_rejected_for_failure_to_verify - issuing.credit_application_rejected