Need a redirect URL for sending TO Paypal

kingsj
New Community Member

I am putting together a website for my boss with a shopping cart.  Currently, we are using Gravity Forms which allows us to redirect to paypal and send their "selections" along as a query string so that we can take payment through paypal.  I'm not deep into coding or development, but I do know that ALL I need to complete this function is the url to redirect to.  Any help??  Every url I try just sends me to the homepage of paypal.  

 

I've put 10 hours into this and am still completely lost.  

Thanks!!!

Login to Me Too
1 REPLY 1

PayPal_RobG
PayPal Employee
PayPal Employee

The very minimum URL is: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=YOURPAYPALEMAIL

 

Note: if you use <form> tags, the "action"  needs to be set to https://www.paypal.com/cgi-bin/webscr and you can use a hidden input tag for the 'cmd'  and 'business' variables (e.g. <input type="hidden" name="cmd" value="_xclick">)

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.