cancel
Showing results for 
Search instead for 
Did you mean: 

Accept.js curl url

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.

 

 

 

 

justinel0905
Member
1 ACCEPTED SOLUTION

Accepted Solutions
RichardH
Administrator Administrator
Administrator
2 REPLIES 2

Hello @justinel0905

 

The production endpoint is https://api.authorize.net/xml/v1/request.api

 

Richard

RichardH
Administrator Administrator
Administrator

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.