3.1.2 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 Authorization and Description as bearer (Authorization token)<eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.
  5. Send a request using the POST method. The request must be in the following format:
    • HTTPS Link: https://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 the Using Real-Time KYC Prospect Feedback section.