AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
176 stars 197 forks source link

No string message was returned with response: #63

Closed ameer78 closed 7 years ago

ameer78 commented 7 years ago

No string message was returned with error response: object(net\authorize\api\contract\v1\TransactionResponseType)[3211] private 'responseCode' => string '3' (length=1) private 'rawResponseCode' => null private 'authCode' => string '' (length=0) private 'avsResultCode' => string 'P' (length=1) private 'cvvResultCode' => string '' (length=0) private 'cavvResultCode' => string '' (length=0) private 'transId' => string '0' (length=1) private 'refTransID' => string '' (length=0) private 'transHash' => string '47E5203FA27E51E971221406BB284BDC' (length=32) private 'testRequest' => string '0' (length=1) private 'accountNumber' => string 'XXXX6456' (length=8) private 'entryMode' => null private 'accountType' => string '' (length=0) private 'splitTenderId' => null private 'prePaidCard' => null private 'messages' => array (size=0) empty private 'errors' => array (size=1) 0 => object(net\authorize\api\contract\v1\TransactionResponseType\ErrorsAType\ErrorAType)[3194] ... private 'splitTenderPayments' => array (size=0) empty private 'userFields' => array (size=0) empty private 'shipTo' => null private 'secureAcceptance' => null private 'emvResponse' => null private 'transHashSha2' => string '' (length=0) private 'profileResponse' => null private 'refId' (net\authorize\api\contract\v1\ANetApiResponseType) => null private 'messages' (net\authorize\api\contract\v1\ANetApiResponseType) => object(net\authorize\api\contract\v1\MessagesType)[3175] private 'resultCode' => string 'Error' (length=5) private 'message' => array (size=1) 0 => object(net\authorize\api\contract\v1\MessagesType\MessageAType)[3190]

ashtru commented 7 years ago

Please also provide more information like:

Is the issue reproducible? If yes, is it happening only for a particular credit card, bank account or customer profile? It is also okay to share the request object from the phplog file, which auto-masks credit card information and transaction keys.

ameer78 commented 7 years ago

Hello man You can mark it as closed or fixed issue

On 16 January 2017 at 13:04, Ashutosh Singh notifications@github.com wrote:

Please also provide more information like:

  • The type of payment transaction request e.g. authorize-credit-card,
  • The inputs to request (mask the sensitive information like credit card, transaction keys)
  • If you are not using one of the sample codes, please share the code used by you. Or at least how it is different from the particular sample code you have modified.

Is the issue reproducible? If yes, is it happening only for a particular credit card, bank account or customer profile? It is also okay to share the request object from the phplog file, which auto-masks credit card information and transaction keys.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AuthorizeNet/sample-code-php/issues/63#issuecomment-272832571, or mute the thread https://github.com/notifications/unsubscribe-auth/AKKIOWPCgftdm0s3QEHDM0De92Z0s2nQks5rS060gaJpZM4LkSAB .

adavidw commented 7 years ago

In the absence of any further questions, I'll close this issue for now. Please let us know if you need any more information or help.