We're trying to activate the IP filters on the fraud detection suite, and we are able to send the IP of the customer when we make a credit card charge with the following code:
$transactionRequestType = new AnetAPI\TransactionRequestType();
$transactionRequestType->setCustomerIP($this->_getCustomerIP());
We would also like to send the customer IP with the $0 transactions that authorize.net does whenever you add a new credit card (we have validationMode set to LiveMode). Is this possible?
Thank you for your help!
โ07-16-2022 12:01 PM