Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update CustomerReference by HistoryId
Request Search History
Return Request History By ID
Single Request
Return Bank Branch Details Of A Given Sort Code
Validate Bank Verification Request
Update CustomerReference...
This endpoint will update the stored customerReference field of a past request with the provided ID.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}/reference
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}/reference
curl -i -X PATCH \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}/reference' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"customerReference": "string"
}'