cancel
Showing results for 
Search instead for 
Did you mean: 

AIM testing - page not found

Hi, could you help me figure out why this happens please?

 

 

It's been AIM integration. I signed up at https://developer.authorize.net/testaccount , received an email with test CC details, followed the usual payment steps on the website (PHP based) and there was 404 error. Let me know if any other details are necessary. Thanks!

irene
Member
3 REPLIES 3

If you're using AIM you should never be seeing an Authorize.Net URL in your address bar. If you are then you're not implementing the API correctly. And judging byt he URL I see in your screenshot you're not even using a correct URL at all. How are you attempoting to implement AIM? What code are you using?


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post
stymiee
Expert
Expert

You went here and followed the directions?

https://developer.authorize.net/integration/fifteenminutes/#custom

 

All AIM does is call Authorize.net internally. There is no way you should be redirected to an Authorize.net URL in your browser if you are implementing correctly. Are you sure you aren't mixing up AIM with CIM or something?

TJPride
Expert

Integration has been made without SDK, maybe that's the reason. Will try to use SDK now.Thank you.