Real-Time KYC Risk Assessment (Individual)

Topics:

·        Using Real-Time KYC Risk Assessment

·        Using GET Real-time KYC Prospect Feedback

Using Real-Time KYC Risk Assessment

Topics:

·        End Point Details

·        Executing Real-Time KYC Risk Assessment

·        Real-Time Customer Screening Parameters

·        Request and Response JSON Sample

End Point Details

This REST API is used to execute Real-time KYC Risk Assessment.

·        HTTP Link - http://<hostname>:<port>/kycob-prospect-service/prospect/v1/add

·        Method – POST

·        Content-Type - Application/JSON

Executing Real-Time KYC Risk Assessment

To execute Real-time KYC Risk Assessment, follow these steps:

1.     Open Postman or relevant tool.

2.     Copy only the Authorization token that you got from the Authentication request.

3.     Go to Header.

4.     Enter KEY as a Authorization and Description as a bearer (Authorization token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.

5.     Send a request using the POST method. The request must be in the following format:

§       HTTP Link: http://hostname:port/api.

§       Path: /kycob-prospect-service/prospect/v1/add

You will get a response as an integer value (for example, Application ID": "IND282021", "Request ID": 28) which has to be passed in the GET Real-time KYC Prospect Feedback API {requestID}.

For more information, see Using GET Real-time KYC Prospect Feedback.

 

Real-Time KYC Risk Assessment Parameters

Topics:

·        Request JSON Parameters

·        Response JSON Parameters

Request JSON Parameters

This section provides the list of parameters for request JSON.

NOTE: Parameters marked with * Asterisks are mandatory.

 

·        Application ID*

·        Request User ID*

·        Account Opening Jurisdiction*

·        Relationship Team Code*

·        Business Domain*

·        Data Origin

·        SynchAPIFlag

·        Prospect

§       Applicant ID*

§       Prospect Jurisdiction

§       Primary Prospect Flag*

§       Prospect Type*

§       First name*

§       Middle name

§       Last name*

§       Name Suffix

§       Title

§       Alias

§       Display Name*

§       Date of Birth*

§       SSN/TIN*

§       Age

§       Gender

§       Marital Status

§       Number Of Dependents

§       Primary Citizenship

§       Secondary Citizenship

§       Citizenship Status

§       Country Of Birth

§       Country Of Residence

§       Source Of Wealth

§       Occupation

§       Job Title

§       Employment Type

§       Employment Status

§       Employer Name

§       Employer Industry

§       Retirement Year

§       CIP Verified Status

§       CIP Exempt Flag

§       CIP Verified Flag

§       PEP Flag

§       Family PEP Flag

§       Existing Internal ID

§       Account Type

§       Type Of Account Opening

§       Length Of Relationship

§       Industry

§       Address*

§       Country

§       Credit Rating

§       Email Address

§       Financials

§       Phone

§       Document Name

§       Relationship

Response JSON Parameters

This section provides the list of parameters for response JSON.

The following parameter explains the Response field for /kycob-prospect-service/prospect/v1/add

if SynchAPIFlag=N the following the response:

·        Application ID*

·        Request ID*

 

If SynchAPIFlag=Y the following the response:

 

·        Request ID*

·        Status*

·        Case ID

·        Application ID*

·        Onboarding Flag*

·        Risk Assessments

.

Request and Response JSON Sample

This section contains a request JSON sample for the onboarding JSON. The entries in this sample are only for reference purposes.

Request JSON Sample

Sample

Response JSON Sample

If SynchAPIFlag is N or not provided, this is the Response Sample JSON.

Sample

if SynchAPIFlag is Y, then this the Response Sample JSON.

Sample

Using GET Real-Time KYC Prospect Feedback

Topics:

·        End Point Details

·        Executing Real-time KYC Risk Assessment

·        Real-time KYC Prospect Feedback Parameters

·        Request and Response JSON Sample

End point Details

This REST API is used to get Real-time KYC Prospect Feedback by Request ID.

·        HTTP Link -http://<hostname>:<port>/kycob-prospect-service/prospect/v1/getFeedbackByRequestID/{requestID}

·        Method – GET

·        Content-Type - Application/JSON

Executing Real-time KYC Prospect Feedback

To execute Real-time KYC Prospect Feedback, follow these steps:

1.     Open Postman or relevant tool. 

2.     Copy only the Authorization token that you got from the Authentication request.

3.     Go to the Header tab.

4.     Enter KEY as an Authorization and Description as a bearer (Authorization token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>. .

5.     Send a request using the GET method. The request must be in the following format:

§       HTTP Link:http://hostname:port/api.

§       Path : /kycob-prospect-service/prospect/v1/getFeedbackByRequestID/{requestID}

Use the request ID generated in Executing Real-Time KYC Risk Assessment.

You will get a response as Real-time KYC Prospect Feedback for the particular request ID.

 

Real-time KYC Prospect Feedback Parameters

Topics:

·        Request Parameters

·        Response Parameters

Request  Parameters

The following parameter explains the Response field for csxe-real-time/executeRealTime.

·        Request ID

Response Parameters

The following list explains the Response fields for individual - /kycob-prospect-service/prospect/v1/getFeedbackByRequestID/{requestID}

·        Request ID

·        Status

·        Case ID

·        Application ID

·        Onboarding Flag*

·        Risk Assessments 

Request and Response JSON Sample

Request JSON Sample

Sample

Response JSON Sample

Sample