Express Checkout Integration: "PERMISSION_DENIED" while create Payment

lujan99
Contributor
Contributor

I'm using  "PayPal Express Checkout Integration" with "Client-side REST" integration method

https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/) 

 

and all it's ok with my sandbox account but with my customer account I have this error:

 

Request to post https://www.sandbox.paypal.com/v1/payments/payment failed with 403 error. Correlation id: 6026fd67bc975, 6026fd67bc975

{
"name": "PERMISSION_DENIED",
"message": "No permission for the requested operation",
"information_link": "https://developer.paypal.com/docs/api/payments/#errors",
"debug_id": "6026fd67bc975"
}

at XMLHttpRequest. (https://www.paypalobjects.com/api/checkout.js:15266:39)

 

 

the error is with the promise:

....

return actions.payment.create({
     payment: {transactions: [{amount: { total: '1.23', currency: 'USD' }}]}

...

I tried to simulate the error with my sandbox account and I did it:
diabling :

"SANDBOX APP SETTINGS" > "App feature options" > "Accept payments"

but now I enabled again and always I have this error, and no way to do a successfull test.

 

so, my account now is in failure permanent like the my customer's account.
I didn't change nothing in my code (it's too simple, is it the same code that the documentation).

Summary:
- my account after configuration change (turn off and the turn on "Accept payments") receive an error.

- my customer's account always received this error

 

can you help me?

 

Login to Me Too
1 REPLY 1

MTS_Justin
Moderator
Moderator

Hello,

Review the thread "pinned" at the top of this forum.

This is a know issue we're working to resolve as soon as possible. There is no available time frame for the resolution of this issue.


Was my post helpful? If so, please give me a kudos!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.