cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Code: E00027 Error Message Help for site launch in 5 hours

I'd love help with Error Message Code: E00027 for a website launch in 5 hours. "The transaction was unsuccessful." Thank you so much for your help. Best, Meg


Request
method: POST
user-agent: WooCommerce-Authorize.net-AIM-Gateway/3.2.3 (WooCommerce/2.2.4; WordPress/4.0)
headers: Array
(
[content-type] => application/xml
[accept] => application/xml
)
body: <?xml version="1.0" encoding="UTF-8"?>
<createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>**********</name>
<transactionKey>****************</transactionKey>
</merchantAuthentication>
<refId>1743</refId>
<transactionRequest>
<transactionType>authCaptureTransaction</transactionType>
<amount>4.00</amount>
<currencyCode>USD</currencyCode>
<payment>
<creditCard>
<cardNumber>5***********0884</cardNumber>
<expirationDate>07-2017</expirationDate>
<cardCode>***</cardCode>
</creditCard>
</payment>
<order>
<invoiceNumber>1743</invoiceNumber>
<description>FAERY of TALES - Order #1743</description>
</order>
<lineItems>
<lineItem>
<itemId>176</itemId>
<name>DUMMY</name>
<description>size: Children (13cm - 15cm)</description>
<quantity>2</quantity>
<unitPrice>2.00</unitPrice>
</lineItem>
</lineItems>
<customer>
<id>8</id>
<email>meg@thebarbourshop.com</email>
</customer>
<billTo>
<firstName>Meg</firstName>
<lastName>Barbour</lastName>
<company>The Barbour Shop</company>
<address>POBox 21153 </address>
<city>Santa Barbara</city>
<state>CA</state>
<zip>93121</zip>
<country>US</country>
<phoneNumber>8056989640</phoneNumber>
</billTo>
<shipTo>
<firstName>Meg</firstName>
<lastName>Barbour</lastName>
<company>The Barbour Shop</company>
<address>POBox 21153 </address>
<city>Santa Barbara</city>
<state>CA</state>
<zip>93121</zip>
<country>US</country>
</shipTo>
<customerIP>68.6.122.191</customerIP>
<transactionSettings>
<setting>
<settingName>duplicateWindow</settingName>
<settingValue>0</settingValue>
</setting>
</transactionSettings>
</transactionRequest>
</createTransactionRequest>
duration: 0.29079s
Response
code: 200
message: OK
headers: Array
(
[cache-control] => private
[content-length] => 946
[content-type] => text/xml; charset=utf-8
[server] => Microsoft-IIS/7.5
[x-aspnet-version] => 2.0.50727
[x-powered-by] => ASP.NET
[date] => Wed, 01 Oct 2014 04:37:30 GMT
[connection] => close
)
body: <?xml version="1.0" encoding="utf-8"?>
<createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<refId>1743</refId>
<messages>
<resultCode>Error</resultCode>
<message>
<code>E00027</code>
<text>The transaction was unsuccessful.</text>
</message>
</messages>
<transactionResponse>
<responseCode>3</responseCode>
<authCode/>
<avsResultCode>P</avsResultCode>
<cvvResultCode/>
<cavvResultCode/>
<transId>0</transId>
<refTransID/>
<transHash>CCE20EFCB9F25BD35B6B3E352BC421D2</transHash>
<testRequest>0</testRequest>
<accountNumber>XXXX0884</accountNumber>
<accountType>MasterCard</accountType>
<errors>
<error>
<errorCode>39</errorCode>
<errorText>The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn't have an exchange rate.</errorText>
</error>
</errors>
</transactionResponse>
</createTransactionResponse>
megbarbour
Member
1 REPLY 1

Hope you find it already,

<errorText>The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn't have an exchange rate.</errorText>

 

Don't pass the <currencyCode>USD</currencyCode> in your request. if it is not setup in your mechant account. Call support if you do need it.

 

 

RaynorC1emen7
Expert