# Return Bank Branch Details Of A Given Sort Code This endpoint will return bank branch details of a given sort code. Endpoint: GET /localSolutions/GB/bankVerification/sortCode/{id} Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) The sort code id of the bank branch. ## Response 200 fields (application/json): - `sortCode` (string) The sorting code of the bank office. - `bankName` (string) The full name of the owning bank. - `branchName` (string) The full bank office title. - `address` (object) - `address.simpleValue` (string) The full address details of the bank office. - `address.country` (string) The country the bank office resides in. - `address.postCode` (string) Postal code for the full address line. - `telephone` (string) The telephone number of the bank office. - `bicCode` (string) The Bank Identifier Code (BIC) for the bank office. - `chapsBicCode` (string) A CHAPS BIC code refers to the Bank Identifier Code (BIC) of a financial institution that is a participant in the CHAPS payment system in the United Kingdom. - `paymentTypes` (object) - `paymentTypes.chaps` (boolean) Indicates whether the bank office accepts CHAPS Sterling payments. - `paymentTypes.cncccPayment` (boolean) Indicates whether the bank office participates in ICS and accepts C&CCC payments. - `paymentTypes.directDebit` (boolean) Indicates whether the bank office accepts output of electronic DDIs. - `paymentTypes.fasterPayments` (boolean) Indicates whether the bank office accepts FPS payments. - `paymentTypes.paymentBacs` (boolean) Indicates whether the bank office accepts Bacs payments. ## 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