- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
12-28-2011 08:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I now this code, but i use 4 credit card i get same error message
12-29-2011 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
12-30-2011 05:02 AM