# Validate Bank Verification Request 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. Endpoint: POST /localSolutions/GB/bankVerification/validate/{id} Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) request id to fetch details ## Request fields (application/json): - `bankAccount` (string, required) The bank account number you would like to check matches the bank account number you queried with the the supplier when making the request with request-id - `sortCode` (string, required) The sort code you would like to check matches the sort code you queried with the the supplier when making the request with request-id ## Response 200 fields (application/json): - `isValid` (boolean) The result of this endpoint is not a match result and is not indicative of whether the suppliers result. As such:- This endpoint can return isValid as true for a No Match result. This endpoint can return isValid as false for a Match result. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected