I'm using Drupal Commerce on a new Drupal 7 website and when using a sandbox account the site tests fine but once i swtich the site to live I'm getting the following API response;
<?xml version="1.0" encoding="utf-8"?>
<createCustomerProfileResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><messages><resultCode>Error</resultCode><message><code>E00027</cod... transaction was unsuccessful.</text></message></messages><customerPaymentProfileIdList/><customerShippingAddressIdList/><validationDirectResponseList><string>1,1,1,This transaction has been approved.,049941,P,8430159464,none,Test transaction for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,303,Joshua,Howell,,123 fake st,someplace,VIC,3690,AU,,,joshua-howell@hotmail.com,,,,,,,,,0.00,0.00,0.00,FALSE,none,CCD53A7818F83C34AD033450D8F0C53F,M,,,,,,,,,,,,XXXXXXXX,MasterCard,,,,,,,,,,,,,,,,</string></validationDirectResponseList></createCustomerProfileResponse>
I can see the $0.01 "Test transaction for ValidateCustomerPaymentProfile" in my clients Authorize account but there doesn't appear to be any matching CIM record created.
The transaction response code appears to indicate it was fine but the API response code says otherwise.
Where do i go from here?
Solved! Go to Solution.
โ05-23-2016 02:40 AM
I don't suppose anyone knows which function i should be looking for?
โ05-24-2016 09:14 PM
One of my devs found a solution which was to put the CIM transaction in testMode insted of liveMode and it's now working.
โ05-25-2016 12:15 AM