Hi,
I was testing the Accept.js integration and got everything working (I suppose) on sandbox/development mode since it sent me the "This transaction has been approved." message.
Currently I am using this (from the sample app transactionCaller.php)
$url="https://apitest.authorize.net/xml/v1/request.api";
I was wondering what is the url for curl in the production?
thanks.
Solved! Go to Solution.
04-27-2017 02:21 AM
04-27-2017 06:24 AM
04-27-2017 06:24 AM
Thanks. I am new to Authorize.net's API and I wanted to ask if the Accept.js is sufficient enough to make a simple payment transaction (like billing a credit card)?
I am asking because in the sample app, there is one with Pay and Hosted Pay, I would like to know which one should I use for a very simple payment transaction I have to code (while avoiding PCI requirements) . I guess I am confused over hosted pay (which I presume is accept hosted) and the accept.js version. Thanks in advance.
04-28-2017 12:07 AM - edited 04-28-2017 12:17 AM