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.
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.