python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
error handling javascript (paypal sandbox platform)
I am trying to build a PayPal sandbox platform with JavaScript, but unfortunately I did not find any working (at least for me) content from PayPal for setting up a platform app with vanilla JavaScript...
jonsken
Votes: 0
Answers: 1
PayPal REST API: get Web Profile ID – 400 Bad Request
I've got a problem with the PayPal REST API or at least I am getting an error back using Guzzle as client.
The PHP code:
$body = [
'name' => 'TestName982365923',
'presentation' => [
...
quinn_2000
Votes: 0
Answers: 0
Validate Paypal Smart Buttons from Java Backend
I´m using a Java Backend and i implemented Paypal Smart Buttons into my Angular Frontend. It is obvious that they are not that safe, because you could manipulate the price.
I want to request my Backen...
Jek0
Votes: 0
Answers: 1
PayPal Subscription revise - buyer is not redirected after consent
I am using following PayPal REST API endpoint to revise subscription. In this case, I am trying to change the existing plan to 'enterprise plan'.
https://api-m.sandbox.paypal.com/v1/billing/subscripti...
Chandragupta Borkotoky
Votes: 0
Answers: 1