diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 7ede37ce..fc972d76 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -1898,6 +1898,7 @@ "amount_too_large", "amount_too_small", "api_key_expired", + "application_fees_not_allowed", "authentication_required", "balance_insufficient", "bank_account_bad_routing_numbers", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 0ec6f1b8..b211490c 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -1868,6 +1868,7 @@ components: - amount_too_large - amount_too_small - api_key_expired + - application_fees_not_allowed - authentication_required - balance_insufficient - bank_account_bad_routing_numbers diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 3c6c3b88..9c62a948 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -1768,6 +1768,7 @@ "amount_too_large", "amount_too_small", "api_key_expired", + "application_fees_not_allowed", "authentication_required", "balance_insufficient", "bank_account_bad_routing_numbers", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index ed40e671..4cae84f3 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -1725,6 +1725,7 @@ components: - amount_too_large - amount_too_small - api_key_expired + - application_fees_not_allowed - authentication_required - balance_insufficient - bank_account_bad_routing_numbers