Forum Posts

SDK/js redirect after payment

I have tried and looked everywhere with no solution found. On the verge of going to a simple button without any integration.I have:onApprove: function(data, actions) {return actions.order.capture().then(function(details) {alert('Transaction completed...

B33R by Contributor
  • 546 Views
  • 1 replies
  • 0 kudos

Uncaught Error: Interface 'PayPalHttp\Environment' not found

I'am useing the https://github.com/paypal/Checkout-PHP-SDKtrying the first lines of the samples gives still an error. $clientId = "<<PAYPAL-CLIENT-ID>>"; $clientSecret = "<<PAYPAL-CLIENT-SECRET>>"; $environment = new SandboxEnvironment($clientId, $c...

Paypal save payment authorization for future payment without login.

hello,Is there any way to make a payment without a PayPal login? I don't need to authorize my buyers for every payment. Buyers can authorize a PayPal account from their account page and for every payment process, it's automatically charged from the b...

Pay Pal Integration in asp.net website using .net framework 4.8

hi,I have an asp.net (web forms) website built using .net framework 4.8 (C#) in visual studio 2019. I am not able to integrate PayPalCheckoutSdk and PayPalHttp sdk in my website.  There is a default.aspx page with pay pal button which when clicked sh...

Remove "Pay with Paypal" in checkout via SDK

Can we use Paypal checkout to only take card payments, and remove the 'Pay with Paypal' button?  (I tried injecting css but no luck "VM884:3 Refused to load the script 'https://code.jquery.com/jquery-3.3.1.min.js' because it violates the following Co...

Zbam by Contributor
  • 310 Views
  • 0 replies
  • 0 kudos

php-sdk subscriptions support

Hi guys.We have a request by our client.I see that your php sdk https://github.com/paypal/Checkout-PHP-SDK/tree/master does not contains subscriptions class including Plan, Product, Address etc classes.We need to start to work on it.Bu we found you h...

abolabo by Contributor
  • 971 Views
  • 1 replies
  • 0 kudos

Paypal Payout SDKs making problems.

There's a recurring problem since about 2-3 days ago when using the Payout SDKs.When trying to do payouts using the Java SDK, we keep getting the following error :Unable to decode response with content-type: application/JSON. Supported decodings are:...