function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Iago SilvaIago Silva 

PayPal integration Salesforce

Hello everybody

I would like to know how I can integrate Salesforce with PayPal

This is the scenario:

- First I want to know details about the payments I received like amount, date, payer email, payer cpf 
(cpf is a Brazilian document, like security number and it's required when  creating a PayPal account in Brazil), and store those data in Salesforce
(in an object)

- Second, I want details about the withdrawals I do in my PalPal account, like amount, date, and the payments that compose this withdrawal, and
store this information in Salesforce (in an object)

Is this possible?

I've read the PayPal documentation but I've got lost 

Thanks in advance ;)
Best Answer chosen by Iago Silva
Suraj Tripathi 47Suraj Tripathi 47
Hi Iago Silva,

Greetings!

Yes, Paypal integration is possible with salesforce,
There is a lot of references where you can easily find the complete way to do that.
but I will refer you to the exact, what you want.
refer- https://www.sfdcpanther.com/salesforce-paypal-integration/

If you find your Solution then mark this as the best answer. 
Thank you!
Regards,
Suraj Tripathi

All Answers

VinayVinay (Salesforce Developers) 
Check below examples for Paypal integration with salesforce.

https://blogs.absyz.com/2019/10/25/paypal-integration-with-salesforce/
https://www.apexhours.com/paypal-integration-with-salesforce-paypal-api/

Also you can check on appexchange if there are any tools available.

https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FtVpdUAF

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Suraj Tripathi 47Suraj Tripathi 47
Hi Iago Silva,

Greetings!

Yes, Paypal integration is possible with salesforce,
There is a lot of references where you can easily find the complete way to do that.
but I will refer you to the exact, what you want.
refer- https://www.sfdcpanther.com/salesforce-paypal-integration/

If you find your Solution then mark this as the best answer. 
Thank you!
Regards,
Suraj Tripathi
This was selected as the best answer
Iago SilvaIago Silva
Thanks for the response I talked to PayPal, and actually PayPal doesn't offer an api for this especific case