Customer Registration


   Merchant needs to be provide valid kyc documents in order to perform successful registration.

In a customer registration the customer data are directly sent to the server with initial registration request. That means the registration can be processed straight away.

Your request has to include the following information:

  • - Authentication Credentials
  • - Customer information like First-Name , Last-name and Email etc.

Customer Registration:

Customer Registration request has to be sent to our REST endpoint i.e. /fraudServices/REST/v1/customerRegistration using POST method.

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