Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create a PayPal link that will send money to a specific e-mail address?

Tags:

paypal

This if for an internal CMS, so it's not public facing. I have my publishers that I need to pay via PayPal. I'd like to be able to click one link and it goes directly to a PayPal page with their email address filled in and a particular value.

Is this possible?

like image 287
Shamoon Avatar asked Mar 31 '12 13:03

Shamoon


People also ask

Can you send a PayPal payment to an email address?

You can send money to almost anyone with an email address, without sharing your financial information with the recipients. Use their email address and they'll get the money in a simple, faster and more secure way. Enter your recipient's email address. Enter an amount and send your money more securely.

How do I find my PayPal link for people to send me money?

You'll find this near the top of the Send & Request page. Click Share your PayPal.Me. It's a link on the right side of the page. Doing so opens a window with your PayPal link listed.


2 Answers

Nevermind, found it.

https://www.paypal.com/us/cgi-bin/webscr?cmd=_button-designer&factory_type=buynow

like image 181
Shamoon Avatar answered Oct 30 '22 09:10

Shamoon


For those that don't want to, or can't use PayPal.me links, here is a Uri that will work with the new and old PayPal UI.

https://www.paypal.com/cgi-bin/webscr
?cmd=_xclick
&[email protected]
&tax=0
&currency=USD
&item_name=NAME
&item_number=NUMBER
&quantity=1
&amount=2.50
like image 25
Vorspire Avatar answered Oct 30 '22 11:10

Vorspire