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
We need to make sure we can catch all data validation errors before it reaches the bank API, just for robustness and to keep the remote bank API logs cleaner. This list would be good:
UUIDs - lower-case UUID4 seems to be the convention here
Mandatory/optional fields
Numeric/integer
String min/max length
Regular expression, with some common ones:
Reference
Payee name
Account description
The text was updated successfully, but these errors were encountered:
We need to make sure we can catch all data validation errors before it reaches the bank API, just for robustness and to keep the remote bank API logs cleaner. This list would be good:
The text was updated successfully, but these errors were encountered: