Minimal Customer Data

Though Novalnet emphasizes the need of the customer details for the customer management, risk evaluation at various places, there are still websites where one do not enter all the mandatory customer parameters.

As you might have seen in the API requests of the payment and authorization, most of the customer details like customer's first name, last name, email address, street, city, zip, country code are mandatory. If you are using a shop where you could not collect some or most of these mandatory fields, due to the nature of the site, this feature is for you.

How it works?

Novalnet provides you the cushion to pass only minimal customer data to complete the transaction. Either the customer's email address (customer.email) or the mobile number (customer.mobile) is sufficient to make a transaction. Some payment methods require additional details, refer the section for more information.

Due to legal/security reasons, this feature can only be allowed after clearing the compliance of each project at Novalnet through the Novalnet's compliance team.

After getting the approval from Novalnet's compliance team, you can avail of this feature in your API requests by passing the parameter customer.no_nc with value 1.

Refer the sample code for the Creditcard payment type below,