I'm using the Java SDK with CIM and doing a CREATE_CUSTOMER_PROFILE_TRANSACTION, like this (partial code): PaymentTransaction paymentTransaction = PaymentTransaction.createPaymentTransaction();paymentTransaction.setOrder(order); // Create an auth cap...
I have a test account and am trying to use the relay_response feature. It works with my production account. I consistently get the message that the transaction was successful, but there was a problem with my web site. I've tried using my real URL and...
Accoring to the CIM guide at http://www.authorize.net/support/CIM_XML_guide.pdf PAGE 105 under "Duplicate Profile Verification", when adding a new payment profile using "createCustomerPaymentProfileRequest", if the payment profile information is the ...
Hello. I have a question on PCI compliance for my clients. Auth.net recommend using the AIM connection method. They claim this is the most secure method. However, after reading the PCI self-assessment questionnaire (OHHH BOY), I am not so sure. Basic...
THIS PROBLEM HAS RETURNED! CURL ERROR: SSL certificate problem: unable to get local issuer certificate Yesterday, working in the sandbox was fine (I've been working fine all week long), then this morning I started testing again, and first thing I get...