Forum Posts

Paypal Donate Payment not Completing

Nothing has changed in my code but at some time after 5/24 this stopped working. I'm using the donate sdk with the following scripts.   The debug ID is: 3392539fa4a27 My merchant ID is: 4HE5P5XSU4S9E   <script src="https://www.paypalobjects.com/donat...

scotteh by Contributor
  • 2790 Views
  • 18 replies
  • 0 kudos

Unable to make test payment in sandbox mode

Hi,I'm struggling to test a donate link I created in sandbox mode. I created the link using my business sandbox account and I'm trying to make a payment with my personal sandbox account. However, once I click to make the payment via my personal sandb...

ClorZA by New Community Member
  • 318 Views
  • 1 replies
  • 0 kudos

Paypal payment button error

Hi, I got paypal button code from https://developer.paypal.com/docs/business/checkout/set-up-standard-payments/integrate/ and changed client_idto my sandbox client_id. When I test, I got error from F12 script debug below. What was wrong? Any informat...

Error trying to capture Pay Later payment

Trying to integrate PayPal Checkout using the following configuration and code...  <script src="https://www.paypal.com/sdk/js?client-id=<clientId>&enable-funding=venmo&disable-funding=card"></script>   <script> paypal.Buttons({ style: {}, create...