New Transaction


In a new transaction the customer data are directly sent to the server with initial transaction request. That means the transaction 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.

New Transaction:

New Transaction request has to be sent to our REST endpoint i.e. /fraudServices/REST/v1/newTransaction 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

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