Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Bank Branch Details Of A Given Sort Code
Request Search History
Return Request History By ID
Update CustomerReference by HistoryId
Single Request
Validate Bank Verification Request
Return Bank Branch Detail...
This endpoint will return bank branch details of a given sort code.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Array []
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.
Response
[ { "sortCode": "string", "bankName": "string", "branchName": "string", "address": { … }, "telephone": "string", "bicCode": "string", "chapsBicCode": "string", "paymentTypes": { … } } ]