I am using authorize.net AuthorizeNet php sdk in my project. It's working fine.
I am using CIM methoid. createCustomerProfileTransaction (auth and capture)
But 2 days back, one of the customer found issue with CIM based payment on site. When I checked at code level and also at local database level, I found that the payment was not recorded in auth.net merchant account, means no record found.
Also at db level, where I collect the response fields and store them in db table rows, I found it as null.
So not processed transaction with null response.
Has someone experienced the similar issue ever or aware of the possible reason behind this?
10-08-2015 02:29 AM - edited 10-08-2015 02:30 AM
Hi KiranK,
Authorize.Net will always send a response even in an event of an error. If you are seeing null in your response and the transactions are not being processed, not showing in your gateway, this will only indicate that you are not connecting to the gateway successfully. I recommend checking your logs to see if you can determine why you are unable to connect to the Authorize.Net server.
Thanks,
Joy
10-15-2015 02:31 PM