Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update Profile By Profile Id
Add An Attachment To The Given Profile
Return List Of Attachments On The Given Profile
Return A Profile Attachment By Profile And Attachment Id
Update Profile Attachment By Profile And Attachment Id
Delete Attachment By Profile And Attachment Id
Download Profile Attachment By Profile And Attachment Id
Create Profile Note
Return Profile Notes
Return Profile Notes By Note Id
Update Profile Note By Note Id
Delete Profile Note By Note Id
Update Profile By Profile...
Updates a single profile by profile Id.
Security
bearerToken
Risk rating of the profile.
Enum:"notApplicable""veryLow""low""medium""high""veryHigh"
Example:"notApplicable"
Status of the profile.
Enum:"new""approved""declined""pending""cancelled""referred""closed""approvedReviewDue"
Example:"new"
Creditsafe Id of the user to assign the profile to.
Passing null will unassign the profile.
The date to which the profile should be reviewed.
Format YYYY-MM-DD
Validates when the date changes and is either current or in the future.
Example:"2021-04-20"
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}
curl -i -X PUT \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/9a7ae0c8-f473-4ab6-8dbb-03fc061630cc \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"riskRating": "notApplicable",
"status": "new",
"internalId": "string",
"assignedToId": 0,
"kycReviewOn": "2021-04-20",
"kycComments": "string"
}'The risk rating being assigned to the profile
Enum:"notApplicable""veryLow""low""medium""high""veryHigh"
Status of the profile (new, approved, declined, pending, cancelled, referred, closed, approvedReviewDue)
Type of the profile (trust, individual, soleTrader, company, plc, partnership, otherEntity)
Status of profile creation (submitted, preprocessed, validated, queued, inProgress, processed, completed, partiallyCompleted, failed)
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "riskRating": "notApplicable", "status": "string", "type": "string", "internalId": "string", "assignedToId": 0, "assignedTo": "string", "safeNumber": "string", "companyId": "string", "formationDate": "2019-08-24", "createdAt": "2019-08-24T14:15:22Z", "createdById": 0, "createdBy": "string", "modifiedAt": "2019-08-24T14:15:22Z", "modifiedById": 0, "modifiedBy": "string", "kycApprovedAt": "2019-08-24T14:15:22Z", "kycReviewOn": "2019-08-24", "kycStatusUpdatedOn": "2019-08-24T14:15:22Z", "kycComments": "string", "noteCount": 0, "attachmentCount": 0, "keyPartyCount": 0, "uboCount": 0, "openAlertCount": 0, "modeOfCreation": "string", "importStatus": "string", "isLocked": true }