REST API - List Transactions

Peter1306
New Community Member

Hello,

I have a problem with the PayPal Sync API.

When I try to load transactions via REST Web Services, I get the error 403 - PERMISSION_DENIED (No permission for the requested operation.).

In the developer dashboard the "Search Transactions" option is activated and I also registered for partner program.

Can anyone help me please?

 

The root url I am using is "https://api.sandbox.paypal.com/v1/reporting/transactions", so I use the sandbox mode.

 

Thank you!

Login to Me Too
4 REPLIES 4

ViVa-Kakele
Contributor
Contributor

Same problem here. Any updates on this? Peter, have you solved the problem? Thanks in advance

Login to Me Too

OrchidC
Contributor
Contributor

Hi All,

I got same issue here, request to transaction, like https://api.sandbox.paypal.com/v1/reporting/transactions...

{
    "localizedMessage""No permission for the requested operation. ",
    "suppressed": [],
    "name""PERMISSION_DENIED",
    "message""No permission for the requested operation. ",
    "details": [
        {
            "field"null,
            "value"null,
            "location"null,
            "issue""No permission for the requested operation. "
        }
    ],
    "debug_id""e498820482649"
}
Login to Me Too

OrchidC
Contributor
Contributor

I think I got it working, but bump into another issue which is transaction is empty.

To get over the permission issue on transaction you need to enable it in the API settings.

1. Go to https://developer.paypal.com/developer/applications/

2. Select the api app

3. In the Sanbox App Settings section Check the Transaction Search (by default it was unchecked)

4. Wait for few minutes as when I tried it doesn't take effect right away when I made the request

2020-01-28_6-46-51.png

Login to Me Too

vigiliance
Contributor
Contributor

@OrchidC 
Thank you, I'm starting to lose my mind over this issue!

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.