- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
want to have a form on my website (on my url) that authorizes a credit card
want to have a form on my website (on my url) that authorizes a credit card
if taken to
https://secure.authorize.net/gateway/transact.dll
I want to hide this from a customer.
I only want customer to stay on my website
โ12-08-2011 05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Then you need to use either the AIM or DPM APIs.
-------------------------------------------------------------------------------------------------------------------------------------------
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

โ12-08-2011 06:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AIM stays entirely on your web site and lets you charge the credit card with an internal call. DPM has the credit card form on your web site, but submits to Authorize.net, hopefully fast enough so nobody notices. AIM does have more PCI security requirements if you care about that sort of thing, since the credit card data passes through your site on its way to Authorize.net.

โ12-08-2011 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just use a web form generator that integrates with Authorize.Net. A good and secure one is 123ContactForm, I have used it on several of my projects.
โ12-08-2011 11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to check whether transaction is successfully posted to Authorize.net or it fails. I am trying in AIM asp.net web form. Please help!!!:manvery-happy:
โ12-18-2011 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the C# AIM sample code
โ12-18-2011 12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get response code to user page in SIM ?:smileyhappy:
โ10-26-2012 02:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use relay response.
An article Relay Response Basics and Troubleshooting would get you started.
For asp.net add enableviewstatemac='false' to the page property to both the post to authorize.net and the relay response page.
โ10-28-2012 12:57 PM - edited โ10-28-2012 12:59 PM

