Home Integration Methods Authorize.net SIM

Authorize.net SIM

This plugin integrates Authorize.net using Silent order post callback. It is suitable if you are using SIM integration method of Authorize.net.

Note: from PAP4 version 4.4.16.10 this method will be supported also Authorize.net recurring payments.
1
Activate and configure plugin
First you must activate Authorize.net plugin from plugins list in PAP4. When activated, click Configure button in plugin item. Here you can configure name of custom item used to transfer tracking information to PAP4. This name is set to "custom" by default. If you are using field with this name, please specify another one. For example "custom_pap" or so.
2
Configure Authorize.net Silent order post
Login to your Authorize.net account. Now go menu->account->settings->Silent post URL. Here you must specify path to plugin in your installation of PAP4. For example http://www.yoursite.com/affiliate/plugins/AuthorizeNet/authorizenet.php .After you done, click Submit button.
3
Edit all your SIM forms
Now you must add to all your SIM forms one custom field like this:

<form action="authorizenet.php" method=post>
    <INPUT type='hidden' name='x_login' value='myLogin' />
    <INPUT type='hidden' name='x_amount' value='548' />
    <INPUT type='hidden' name='x_description' value='desc of my product' />
    <INPUT type='hidden' name='x_invoice_num' value='ic132458' />
    <INPUT type='hidden' name='x_fp_sequence' value='xyz' />
    <INPUT type='hidden' name='x_fp_timestamp' value='def' />
    <INPUT type='hidden' name='x_fp_hash' value='abc' />
    <INPUT type='hidden' name='x_show_form' value='PAYMENT_FORM' />
    <INPUT type='hidden' id='pap_dx8vc2s5' name='custom' value='' />
</form>

Note: name='custom' - custom means name you have specified in plugin configuration in step 1.

After that you have to add this code to your page (only once per page):

<script id="pap_x2s6df8d" src="http://www.yoursite.com/affiliate/scripts/notifysale.php" type="text/javascript">
</script>

Integration is now complete.

id

2 years ago Steve
Just wanted to make sure the id= id's on this example are the id's I am supposed to use. I see that the form id and the script id are different - is this the true id's I should be using?

IDs

2 years ago Marin Pullmann
Yes, IDs are different, but it is OK. Also you have to use just those IDs, not your custom ones... Do not change it please, otherwise it will not work properly.

Authorize.net Plug in

2 years ago Jeff jackson
Hi,

I log in the control panel and I do not see the authorize.net plug in to activate. Also will I need a ssl certificate for use this. Also one form on my site. The new agents and the purchasers are the same people. So on the form is there something I need to do to set it up properly.

Thanks,
Jeff

Plugin and SSL

2 years ago Martin Pullmann
The plugin is in Plugins section, its name is "Authorize.net Silent Order handling". You do not need to use an SSL certificate to make it work.

In case of any problems, please contact our Support Center at support@qualityunit.com