This endpoint will return whether the sort code and bank account number match the sort code and bank account number that was provided for the given single request.
Note:- A valid request requires all fields to exist in the request.
{- "bankAccount": "string",
- "sortCode": "string"
}
{- "isValid": true
}