Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there APIs for the PayPal.Me? (PayPal.me is another payment feature thru links)

I would like to ask if there are any APIs for the PayPal.me.

I had tried several PayPal APIs implemented in .NET and though I was able to send payments using the .NET SDK, I wanted to use the PayPal.me feature where the Payer would just need to click the LINK of the Payee and enter the amount, below is the link to Paypal.me:

https://www.paypal.me/

Thanks.

like image 529
altuy Avatar asked Nov 09 '22 12:11

altuy


1 Answers

No, there is currently no way to retrieve the PayPal.me link for a user via an API so you can directly use it in your application. PayPal.me links can only be generated through their website and is purely browser based.

For reference, see here

like image 199
sceee Avatar answered Nov 15 '22 13:11

sceee