getHostedPaymentPageRequest.transactionRequest defines a property/object
"customer" is consistently returning an error.An option to get around
this error is to use createCustomerProfileRequest, and the response
value for customerProfileId. Then pass
...
I read every previous post on IFrame Communicator, read the
documentation, but had to use the DEVELOPER TOOLS, debugging features of
CHROME, and also very importantly a "posted messaging monitor" that
would show the line code execution when the poste...
In the IFrame Communicator javascript code posted by Authorize Net, at
the time when receiveMessage(event) function is called with the result
of the submitting the payment information the
window.parent.parent.CommunicationHandler is not defined.On th...
I have the getHostedPaymentPageRequest working, with the exception of
receiving and processing the response in the container form.The
container page below shows the "switch" on params when action is
"transactResponse". This case does not execute as I...
When using SANDBOX URL'S, posting testing transactions, refunds fail
with this error code. integration_suggestions data for E00124 should
include information that when using test URLs, the refundTransaction
request fails.{ "createTransactionRequest":...
Web searching on "the remote certificate is invalid according to the
validation procedure" may help.The status page doesn't show anything:
https://status.authorize.net/
If you can test with browser like Chrome, you can bring up the More
Tools...Developer Tools, Network (tab) or the Console, and see which
items are failing to load...
I encountered a bug when mixing the GitHub docs with those posted
here:https://developer.authorize.net/api/reference/features/payment-transactions.html
https://developer.authorize.net/api/reference/features/customer-profiles.html
If you have a sandbo...