Forums

Authorize.net

southga1974 10 Sep, 2013
I have 20 forms on my site where customers purchase minutes (from different carriers) for cell phones. I'm using the Authorize.net plugin to process payments, but I can't find any instructions for using it in the forms. All I see is PayPal. Can I use it in each form, and if so, do I need a different transaction key for each form?

Thanks.
GreyHead 10 Sep, 2013
Hi southga1974,

I haven't used it for a while but my recollection is that you only need one copy for all your forms and the Authorize.net help says that you only need one Transaction Key per account.

Bob
southga1974 10 Sep, 2013
Thanks, but where is a tutorial that explains how to implement Authorize.net? I see a tutorial for PayPal. I don't have a clue as to how to make it work in my forms.
GreyHead 10 Sep, 2013
Hi southga1974,

I don't think that there is a tutorial for the Authorize.net action beyond what is on the Help tab but that seems to cover most of it. Have you tested it?

Bob
southga1974 10 Sep, 2013
I added the Authorize.net event handler to the first card on my website, but when I click on submit, all I see is code. I don't know what all of the other events are for. It's not taking me to the Authorize,net website to process the transaction. My website is http://anythingwirelessga.com. If you want to see for yourself, click on the Airvoice Wireless card.
GreyHead 10 Sep, 2013
Hi southga1974,

What I see there is the output from a Debugger action - there is no trace of the Authorize.net action. You need to drag that into the On Submit event of your form and configure it (I don't know what the 'first card' is I'm afraid).

It also doesn't look as though you have enough data on the form to make the submission to A.net? There's no name or credit card info. If you just want to redirect the user to A.net then I don't think that you need this action a ReDirect URL and ReDirect User will probably do the job. But remember that I don't know much about A.net!

Bob
southga1974 10 Sep, 2013
[attachment=0]Anything Wireless - Administration - Form Wizard_Airvoice_Wireless.png.jpg[/attachment]

I'm attaching a screenshot of all the event handlers. There are some I know I probably don't need, but how do I know which ones to delete?

The only information I need is the amount chosen, the customer's email, and optional phone number. Do I need to add more fields to the form to make it work?
GreyHead 11 Sep, 2013
Hi southga1974,

You have a Redirect User action before the Authorize.net action. This will redirect the user away from the form and stop processing so the Authorize.net action probably won't execute.

You'll need to check the Authorize.net documents to see what information you need to send to them to complete the payment.

Bob
This topic is locked and no more replies can be posted.