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
fiona gentryfiona gentry 

Paypal integration To LWC component

Hi Folks,

Trust you doing great...!

i tried Paypal integration To LWC by 
Copy and pasting this code into an HTML page and viewed it in  browser. Used the code below to start a basic integration.
 
<script src="https://www.paypal.com/sdk/js?client-id=test"></script>
<script>paypal.Buttons().render('body');</script>



But looks like this didnt worked,can some one help me in writing doing Paypal integration with LWC

I followed this documentation -->  
https://developer.paypal.com/docs/checkout/

Regards
Fiona
Best Answer chosen by fiona gentry
VinayVinay (Salesforce Developers) 
Hi Fiona,

Check below example of salesforce integration with Paypal

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

Thanks,