cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

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
Who Me Too'd this topic