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.
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.
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
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
[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?
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