You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to return error messages to New Zealand bank account users when they provide an incorrect account/suffix number and it seems like the wording in the error message is unhelpful.
I've been trying to return error messages to New Zealand bank account users when they provide an incorrect account/suffix number and it seems like the wording in the error message is unhelpful.
for a valid NZ IBAN everything seems fine
but for an incorrect suffix number
My confusion is that the account number in both cases is 7 digits, but the error is asking for a 10 digit account number.
It seems as though
iban.account_number.length
should be 10 or the error should be that account number needs to be 7 and suffix needs to be 3 digits.I don't know if this is an issue and if it is I'm happy be the one who submits a solution, but I'm unsure what the desired functionality would be.
Thanks
versions:
EDIT:
The text was updated successfully, but these errors were encountered: