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>
12-28-2011 08:51 PM
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.
12-28-2011 11:27 PM
I now this code, but i use 4 credit card i get same error message
12-29-2011 11:37 PM
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.
12-30-2011 05:02 AM