cancel
Showing results for 
Search instead for 
Did you mean: 

errorCode 155 Apple Pay

I have been working on fixing an old integration after moving servers but, I have been stuck. Here is the XML returened to me. Please any help would be appreciated 

 

<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>8595DE93DADB6BCCC1236BA2432807A8</transHash>
<testRequest>0</testRequest>
<accountNumber>XXXX9882</accountNumber>
<accountType>Visa</accountType>

<errors><error><errorCode>155</errorCode><errorText>This processor does not support this method of submitting payment data.</errorText></error></errors>

2 REPLIES 2

Hi tcummings-fcbh

 

What processor are you currently submitting your transactions to? Currently, Apple Pay is supported on: FDCN, Chase Paymentech, TSYS,or Global Payments.

 

This error typically indicates that you are not using one of the above processors, meaning the processor does not currently support Apple Pay. 

 

Thank you,

Elaine

ElaineM
Moderator Moderator
Moderator

sorry for the late response. Our Processor is BluePay which is owned by First Data. 

 

I have tried to rebuild the code but still get the same message. 

 

<refId>ref1537818739</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>

<errors><error>
<errorCode>155</errorCode>
<errorText>This processor does not support this method of submitting payment data.</errorText>
</error></errors>