Newer Version Available
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
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)
Signature
AuditParamsRequest(String email, String macAddress, String ipAddress, String
phone)
Parameters
- 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.