In the "Transaction Detail" of "Transaction Search Results" on AuthNet
website, why does the Customer IP address always show up as
209.182.195.70? It should reflect the location of the browser where the
transaction was made.
I am on a Linux VPS at InmotionHosting. I have been using Authorize.net
AIM for credit card payments for years with no problem. I switched on my
server from using php 5.6 to php 7.2 a few days ago. Now it
intermittently hangs and times out when a cus...
I am using the SDK to charge a credit card. I can't find a php example
that shows adding the shipping address. So I added the
$customerShippingAddress object to the below code along with
$transactionRequestType->setShipTo($customerShipppingAddress) i...
Okay, thanks for pointing that out. If I want it to show correctly I
have to pass it to the API. I did add it to my code and verified it
shows correctly.
I got switched over to the new SDK and it solved my connection error. I
don't know exactly why it occurred on the old AIM system however I did
discover a remnant of code that queried a mysql table that no longer
exists. Apparently php 7.2 is less tol...
No I didn't make any changes to the code and I have gotten no
deprication warnings. It works now on a non-ssl subdomain so it may have
something to do with the SSL Certificate that may need to be updated. It
failed the first time I tried it on the no...