I am an experienced developer and have some experience integrating authorize.net using .NET. However, I am new to php. I want to add a button to a page that, when clicked, will simply take the user to an authorize.net form to enter all the information and submit. I'm assuming that this should be very simple. Could someone please provide sample code?
12-08-2015 08:26 PM
What you are looking for is a SIM (Simple Integration Method) example and/or documentation.
You can find some basic sample code here:
https://github.com/AuthorizeNet/sdk-php/blob/master/doc/SIM.markdown
Documentation here: Documentation (PDF)
SDK here:
https://github.com/AuthorizeNet/sdk-php
Fritz
12-14-2015 07:41 AM