- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
โ08-17-2018 07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ08-18-2018 01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
โ09-24-2018 01:20 PM

