From 56684682cc43f38b21c418e3dca2d7e85662d320 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:40:54 +0000 Subject: [PATCH] Update generated code for v623 --- OPENAPI_VERSION | 2 +- lib/ErrorObject.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index e852fd7ad..0e0942b4f 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v617 \ No newline at end of file +v623 \ No newline at end of file diff --git a/lib/ErrorObject.php b/lib/ErrorObject.php index ec0ed4317..727afd01c 100644 --- a/lib/ErrorObject.php +++ b/lib/ErrorObject.php @@ -57,6 +57,7 @@ class ErrorObject extends StripeObject const CODE_APPLICATION_FEES_NOT_ALLOWED = 'application_fees_not_allowed'; const CODE_AUTHENTICATION_REQUIRED = 'authentication_required'; const CODE_BALANCE_INSUFFICIENT = 'balance_insufficient'; + const CODE_BALANCE_INVALID_PARAMETER = 'balance_invalid_parameter'; const CODE_BANK_ACCOUNT_BAD_ROUTING_NUMBERS = 'bank_account_bad_routing_numbers'; const CODE_BANK_ACCOUNT_DECLINED = 'bank_account_declined'; const CODE_BANK_ACCOUNT_EXISTS = 'bank_account_exists';