Forum Posts

Negative testing not working

Hello, I'm trying to enable Negative Testing but I can't simulate any error, order capture is still in status COMPLETED. I'm using the sandbox buyer and business accounts and this last one has Negative Testing enable in dashboard. My PHP code to capt...

hiboudev by Contributor
  • 1324 Views
  • 4 replies
  • 0 kudos

PayPal Error 400 Bad request on execute

HelloI'm currently working on a web application in Angular for learning languages. One of the payment methods when user wants to buy a course is PayPal. Currently testing payments using the Sandbox account I still encounter error 400 Bad Request on t...

1.PNG 2.PNG 3.PNG 4.PNG

Sandbox is not working

There are two problems with our partner account's sandbox environment.1- IPN does not work for PayPal Standard integration, therefore, sandbox transactions get stuck on pending payments.2- When we want to submit a sandbox transaction, although we use...

JotForm by Contributor
  • 612 Views
  • 0 replies
  • 0 kudos

Invalid token error with valid bearer token

I'm working on an integration with the PayPal REST API. When I call https://api-m.sandbox.paypal.com/v1/oauth2/token, I get a response like {"scope":"https://uri.paypal.com/services/invoicing https://uri.paypal.com/services/vault/payment-tokens/read ...

davidv3 by New Community Member
  • 3296 Views
  • 3 replies
  • 0 kudos

paypal API : How do I get scope response?

I am making login process using paypal now and I do not know how to get user information that I asked using 'scopes'. I made button with this(*) and the process working perfectly. It finally ends at redirect_uri but do not know how do I get email add...