Forum Posts

Paypal Integration

Hi, I have developed a web application that will have multiple users. Each user will have their own customers, and the primary purpose of these users is to receive payments from their customers. Which approach would be the most suitable for integrati...

Disable shipping address in Pay with Credit or Debit card button integration

We are using PayPal JavaScript SDK to render payment buttons on our portal, which is 100% focused on selling digital goods. In Pay by Credit or Debit Card button, is there anyway we could disable/ remove 1. Ship to billing address checkbox2. And the ...

PathumLF_0-1730248501733.png PathumLF_1-1730248632305.png
PathumLF by New Community Member
  • 236 Views
  • 0 replies
  • 0 kudos

Paypal SDK not loading in Safari 16.6

Following some reports of issues for mac / iOS users i have identified that the paypal js sdk is not loading in the latest version of Safari 16. This is effecting multiple sites all using the SDK and has been confirmed on multiple sandbox devices. Th...

gweller22 by New Community Member
  • 8652 Views
  • 12 replies
  • 2 kudos

Reusing incomplete order id to resume payment flow in react-paypal-js

I am using the @paypal/react-paypal-js library on NextJS for the checkout flow in my website. An order is created that opens the payment gateway on paypal. However, when the user navigates away from the payment process (after an order has been create...

uft by Contributor
  • 618 Views
  • 1 replies
  • 0 kudos

How to integrate the PayPal Connect feature with a SaaS platform?

Hello, we're working on developing a SaaS tool, where a user can connect his/her PayPal account (mostly personal) and can sell digital items via the shop feature.As some of our users are old and not so tech savvy person it is sometimes impossible for...

sakhawat_h_0-1701090664849.png

paypal.HostedFields.isEligible() returns false with live credentials

Ok, it works perfectly fine for sandbox creds and works not at all for live credentials. I triple checked the API url, client_id and client_secret values. I am pretty sure they work, because I get a token for API and creating a client_token works fin...

udellbruz by New Community Member
  • 783 Views
  • 1 replies
  • 0 kudos

Permission denied when using javascript sdk

I am making a website with a payment, but it everytime i try to test buy my product i get a Permission denied error : Error: Api: /smart/api/order/$$$$$/capture returned ack: permission_denied {"Insufiecient Permissions "} This is my code: paypal.But...