improved
Updated validation logic for bank account fields
18 days ago by Nicolas De Greef
We've refined the description of the bank account validation logic to improve clarity and reduce ambiguity.
Overview:
- iban is preferred over bank_account_number if both are provided.
- bank_account_number is ignored if iban is present.
- bank_account_bic is preferred over routing_number when both are provided.
- routing_number is ignored if bank_account_bic is present.