Skip to content

More request validations #6

Open
@judgej

Description

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

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions