Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal request money - does it have API?

Tags:

email

paypal

There is a request money by email feature on paypal - (where you can put email of some person and he can send you money)

Does it have an API ? (So I want to request money by email from my application)

like image 657
Pydev UA Avatar asked Dec 03 '09 10:12

Pydev UA


4 Answers

So the answer is - no such API

like image 78
Pydev UA Avatar answered Oct 04 '22 23:10

Pydev UA


It looks like you can send invoices (request money) by email with the Invoicing Service API

like image 23
MaxiWheat Avatar answered Oct 04 '22 21:10

MaxiWheat


You can create your own personal PayPal.Me/name link (it's open to both personal and business use) and it will be associated with your PayPal account.

Whenever you need to collect money from anyone, just send them your PayPal.Me link via email (or chat, SMS...).

Your payer clicks the link, enters the amount, and that's it. The money is in your PayPal account in seconds (you'll pay the standard PayPal fee for a business account).

To request a specific amount just add it to the end of your link. For example, use

PayPal.Me/name/25

to request 25 USD. You can request a specific currency by adding the currency code to the amount, e.g.

PayPal.Me/name/25EUR
like image 40
manlio Avatar answered Oct 04 '22 23:10

manlio


IT has that facility. you have to generate url. its mentioned at

https://www.x.com/developers/community/blogs/ppmtschad/creating-hyperlink-instead-paypal-button

like image 23
harshal Avatar answered Oct 04 '22 22:10

harshal