Skip to content

Return Bank Branch Details Of A Given Sort Code

Request

This endpoint will return bank branch details of a given sort code.

Security
bearerToken
Path
idstringrequired

The sort code id of the bank branch.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
Array [
sortCodestring

The sorting code of the bank office.

bankNamestring

The full name of the owning bank.

branchNamestring

The full bank office title.

addressobject
telephonestring

The telephone number of the bank office.

bicCodestring

The Bank Identifier Code (BIC) for the bank office.

chapsBicCodestring

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.

paymentTypesobject
]
Response
[ { "sortCode": "string", "bankName": "string", "branchName": "string", "address": {}, "telephone": "string", "bicCode": "string", "chapsBicCode": "string", "paymentTypes": {} } ]