# GB Bank Verification ## Single Request - [POST /localSolutions/GB/bankVerification/search](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/bankverificationsearch.md): This endpoint will perform a search with the supplied data against a bank or building society. NOTE:- This endpoint will charge when a successful request is made to a bank or building society. This endpoint will charge when a result is returned. This includes charging if the no match is found. All property fields need to be submitted with the request, if information for a specific property is not needed, it is required to pass an empty string. ## Validate Bank Verification Request - [POST /localSolutions/GB/bankVerification/validate/{id}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/bankverificationvalidate.md): 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. ## Return Bank Branch Details Of A Given Sort Code - [GET /localSolutions/GB/bankVerification/sortCode/{id}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/sortcodecheck.md): This endpoint will return bank branch details of a given sort code. ## Request Search History - [GET /localSolutions/GB/bankVerification/history](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/bankverificationgethistorylist.md): Bank Verification History list Request Note:- All property fields need to be submitted with the request, if information for a specific property is not needed, it is required to pass an empty string. ## Return Request History By ID - [GET /localSolutions/GB/bankVerification/history/{id}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/bankverificationgethistorybyid.md): This endpoint will return details of a past request by id. ## Update CustomerReference by HistoryId - [PATCH /localSolutions/GB/bankVerification/history/{id}/reference](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-bank-verification/bankverificationupdatehistory.md): This endpoint will update the stored customerReference field of a past request with the provided ID.