Document verification


   For Document verification customer first need to complete customer registration, please refer Customer Registration API.
   Merchant needs to be provide valid kyc documents in order to perform successful document verification.

In a document verification process the customer's kyc documents along with parameters are directly sent to the server with document verification request. That means the documents verification can be processed straight away.

Your request has to include the following information:

  • - Authentication Credentials
  • - Customer kyc documents along with customer registration id etc.

Document verification:

Document verification request has to be sent to our REST endpoint i.e. /fraudServices/REST/v1/docVerification using POST method.

This method is used to verify documents provided by the customer. In order to verify the customer information against the documents provided, we require the /customerRegistration method to be called prior so we can have on-file all customer information


In our API Specifications you can find a full list of parameters that can be sent in the initial request.


   Merchant needs to set Authentication token in header while posting request. To generate authentication token, please refer Auth token API.

Sample Request


Sample Response

This is immediate response of a successful request. After 7-20 min a proper callback response with score on notification URL will be sent.