AuditParamsRequest

AuditParamsRequest is used for audit parameters in a transaction request. This is an abstract request class that is extended by the BaseRequest class.

Namespace

commercepayments

Usage

We recommend providing this data to gateways, which use it in velocity fraud checks.

AuditParamsRequest Constructors

The following are constructors for AuditParamsRequest.

AuditParamsRequest(email, macAddress, ipAddress, phone)

Use only for testing purposes.

Signature

AuditParamsRequest(String email, String macAddress, String ipAddress, String phone)

Parameters

email
Type: String
Email of the client that initiated the request.
macAddress
Type: String
Mac address of the customer’s device. Gateways often use this data in risk checks.
ipAddress
Type: String
The customer’s IP address. Gateways often use this data in risk checks.
phone
Type: String
Phone number of the client that initiated the request.

AuditParamsRequest Properties

The following are properties for AuditParamsRequest.

email

Email of the client that initiated the request.

Property Value

Type: String

ipAddress

The customer’s IP address. Gateways often use this data in risk checks.

Property Value

Type: String

macAddress

Mac address of the customer’s device. Gateways often use this data in risk checks.

Property Value

Type: String

phone

Phone number of the client that initiated the request.

Property Value

Type: String