improved

Routing Number Validation Check on Creating External Accounts

When creating an external account, we have now added a synchronous validation check to ensure that the routing number that is being passed is a valid routing number.

If the routing number is not valid, we fail the creation of the account and send an error message as shown below:

{
 "error_code": "invalid_routing_number",
 "message": "Routing number is invalid. Pass a valid 9-digit routing number."
}