What is validation?
Validation makes sure the data is valid. IE the correct format. Doesn’t necessarily mean it is accurate, just possibly accurate. An example could be when entering a phone number, it ensures there are 11 numbers, and no characters.
What is verification?
Verification double checks the data with a second source. An example could be a person reading everything they type twice.