ardohr-ltd / starling-payments-objects

Starling Bank Payments Service data objects
4 stars 1 forks source link

More request validations #6

Open judgej opened 6 years ago

judgej commented 6 years ago

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:

judgej commented 6 years ago

The setting of accountUid, addressUid and paymentUid can be moved to the AbstractRequest to remove a fair number of duplications.