<?xml version="1.0" encoding="UTF-8"?> <transactionResponse> <responseCode>3</responseCode> <authCode /> <avsResultCode>P</avsResultCode> <cvvResultCode /> <cavvResultCode /> <transId>0</transId> <refTransID /> <transHash>E05010A8D549A142D720B5C91E8662BE</transHash> <testRequest>0</testRequest> <accountNumber /> <accountType /> <errors> <error> <errorCode>153</errorCode> <errorText>There was an error processing the payment data.</errorText> </error> </errors> </transactionResponse>
I am new to authorize.Net and i want to integrate Apple Pay. Right now i am using authorize.net sample app and getting this response Please Help!!!!
โ05-05-2015 04:45 AM
Hello @abdulrehman2
It may help if you provide the entire request with any sensitive information redacted.
Richard
โ05-07-2015 07:06 AM
@RichardHHere is full error response.. Please see
<?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"><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>E05010A8D549A142D720B5C91E8662BE</transHash><testRequest>0</testRequest><accountNumber /><accountType /><errors><error><errorCode>153</errorCode><errorText>There was an error processing the payment data.</errorText></error></errors></transactionResponse></createTransactionResponse>
namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute
ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"
^
2015-05-08 11:34:12.875 AuthnetLab[1599:276390] Error = (null)
2015-05-08 11:34:12.877 AuthnetLab[1599:276390] Elements:
GDataXMLElement 0x174245460: {type:1 name:createTransactionResponse xml:"<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"><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>E05010A8D549A142D720B5C91E8662BE</transHash><testRequest>0</testRequest><accountNumber/><accountType/><errors><error><errorCode>153</errorCode><errorText>There was an error processing the payment data.</errorText></error></errors></transactionResponse></createTransactionResponse>"}
2015-05-08 11:34:12.878 AuthnetLab[1599:276390] Message:
Message.code = E00027
Message.text = The transaction was unsuccessful.
Message.description = (null)
2015-05-08 11:34:12.881 AuthnetLab[1599:276390] Messages:
Messages.resultCode = Error
Messages.message = (
"Message.code = E00027\nMessage.text = The transaction was unsuccessful.\nMessage.description = (null)\n"
)
2015-05-08 11:34:12.883 AuthnetLab[1599:276390] Elements:
GDataXMLElement 0x170244170: {type:1 name:transactionResponse xml:"<transactionResponse><responseCode>3</responseCode><authCode/><avsResultCode>P</avsResultCode><cvvResultCode/><cavvResultCode/><transId>0</transId><refTransID/><transHash>E05010A8D549A142D720B5C91E8662BE</transHash><testRequest>0</testRequest><accountNumber/><accountType/><errors><error><errorCode>153</errorCode><errorText>There was an error processing the payment data.</errorText></error></errors></transactionResponse>"}
2015-05-08 11:34:12.884 AuthnetLab[1599:276390] Messages:
Messages.resultCode = (null)
Messages.message = (
)
2015-05-08 11:34:12.885 AuthnetLab[1599:276390] SplitTenderPayment = SplitTenderPayment.transId = (null)
SplitTenderPayment.responseCode = (null)
SplitTenderPayment.responseToCustomer = (null)
SplitTenderPayment.authCode = (null)
SplitTenderPayment.accountNumber = (null)
SplitTenderPayment.accountType = (null)
SplitTenderPayment.requestedAmount = (null)
SplitTenderPayment.approvedAmount = (null)
SplitTenderPayment.balanceOnCard = (null)
2015-05-08 11:34:12.887 AuthnetLab[1599:276390] CreateTransactionResponse: createTransactionResponse.anetAPIResponse = ANetApiResponse.refId = (null)
ANetApiResponse.messages = Messages.resultCode = Error
Messages.message = (
"Message.code = E00027\nMessage.text = The transaction was unsuccessful.\nMessage.description = (null)\n"
)
createTransactionResponse.transactionResponse = TransactionResponse.responseCode = 3
TransactionResponse.authCode =
TransactionResponse.avsResultCode = P
TransactionResponse.cvvResultCode =
TransactionResponse.cavvResultCode =
TransactionResponse.transId = 0
TransactionResponse.refTransID =
TransactionResponse.transHash = E05010A8D549A142D720B5C91E8662BE
TransactionResponse.testRequest = 0
TransactionResponse.accountNumber =
TransactionResponse.accountType =
TransactionResponse.splitTenderId = (null)
TransactionResponse.messages = Messages.resultCode = (null)
Messages.message = (
)
TransactionResponse.errors = (
"Error.errorCode = 153\nError.errorText = There was an error processing the payment data.\n"
)
TransactionResponse.splitTenderPayment = SplitTenderPayment.transId = (null)
SplitTenderPayment.responseCode = (null)
SplitTenderPayment.responseToCustomer = (null)
SplitTenderPayment.authCode = (null)
SplitTenderPayment.accountNumber = (null)
SplitTenderPayment.accountType = (null)
SplitTenderPayment.requestedAmount = (null)
SplitTenderPayment.approvedAmount = (null)
SplitTenderPayment.balanceOnCard = (null)
TransactionResponse.userFields = (
)
createTransactionResponse.sessionToken = (null)
2015-05-08 11:34:12.890 AuthnetLab[1599:276390] Request Failed **********************
2015-05-08 11:34:12.890 AuthnetLab[1599:276390] Response Msg Array Count: 1
2015-05-08 11:34:12.891 AuthnetLab[1599:276390] Response Msg Code E00027
2015-05-08 11:34:12.891 AuthnetLab[1599:276390] Error Code and Msg E00027 : The transaction was unsuccessful.
โ05-07-2015 11:36 PM
โ05-07-2015 11:38 PM