Hi, Few Questions:Are you using the latest version of AuthorizeNet SDK -
https://www.nuget.org/packages/AuthorizeNet/1.9.0.Are you using nuget to
install the package or you are building AuthorizeNet SDK from source? We
followed the steps listed in th...
Hi Mark, Could you please try following
:$response->getTransactionResponse()->getErrors()[0]->getErrorText() If
you are still facing the issue please let me know the API you are trying
to invoke where-in you are getting this exception. I will try to
...
To get the error message text you can use
$response->getTransactionResponse()->getErrors()->getError()[0]->
getErrorText(); In general, there isn’t a separate web page which lists
all the methods of all the request and response classes that can be us...