cancel
Showing results for 
Search instead for 
Did you mean: 

Live transcation 'authorize.net' getting E00027 and response code 207

I have integrate authorize.net with our site, it developer account working fine,

 

But when i put on live account i get '<code>E00027</code>' and '<directResponse>2,2,207' on every 'createCustomerProfileTransactionRequest'

 

Error code # E00027

Response Code # 207

 

sample requaest xml

<?xml version="1.0" encoding="utf-8"?>
<createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
    
    
    <transaction>
        <profileTransAuthCapture>
            <amount>137.68</amount>
            
            
            
            
            <customerProfileId>xxxxxxx</customerProfileId>
            <customerPaymentProfileId>xxxxxxxx</customerPaymentProfileId>
            
            
            <order>
                <invoiceNumber>xxxxxxx</invoiceNumber>
                
                
            </order>
            <taxExempt>false</taxExempt>
            <recurringBilling>false</recurringBilling>
            <cardCode>xxx</cardCode>
            
                        
        </profileTransAuthCapture>
    </transaction>
    <extraOptions>
    <![CDATA[x_duplicate_window=30]]>
  </extraOptions>
    </createCustomerProfileTransactionRequest>


 

sample response xml

»¿<?xml version="1.0" encoding="utf-8"?><createCustomerProfileTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Error</resultCode><message><code>E00027</code><text>This transaction has been declined</text></message></messages><directResponse>2,2,207,This transaction has been declined,..............</directResponse></createCustomerProfileTransactionResponse>


 

 

 

aneesshoukat
Member
3 REPLIES 3

The verbose version of code 207 (http://developer.authorize.net/tools/responsereasoncode/) says:

 

This error code applies only to merchants on FDC Omaha. The merchant account is closed. 
TJPride
Expert

I now this code, but i use 4 credit card i get same error message

No matter how many cards you use you'll still get this error if the account is closed. You need to go to the merchant account provider and find out why the account is closed. 


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post