Authorize.net Payment Form

This topic contains 2 reply and 3 voices, and was last updated by Tareq Hasan 11 years ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
March 30, 2013 at 8:28 pm 1655
Tareq Hasan Hello, Currently, the Paypal payment simply redirects you to Paypal and then redirects you back to the website. I see that the plugin has the ability to add more gateways, but I'd like to avoid using Authorize.net SIM and use a form on the website instead. Is there a way to build a form into the website to gather payment info (address, credit card details, etc) and then process it via Authorize.net without ever leaving Wordpress?
March 30, 2013 at 8:58 pm 1656
Mahi Mahi

Surely you can do that. Many Customisation required. If you dont know how to do it by your self then hire someone who can do the job for you.

All our hands are busy right now to take over new project.

If you keep your customers in your site you require SSL as well.

Thanks.

March 30, 2013 at 9:04 pm 1657
Tareq Hasan Tareq Hasan

The paypal gateway thats already integrated into WP User Frontend is a live example of a payment gateway plugin. First, you register your gateway and add your payment options in the plugin settings. Then, the gateway comes to the frontend available gateway dropdown. When you select a payment gateway, it fires a action hook wpuf_gateway_{gateway_id}. So you could listen to this hook and show your own form based on this action and process your form.

Viewing 2 Posts - 1 through 2 (of 2 total)