Hello, I integrated a checkout process into our PHP application using the REST API over HTTP requests and while receiving the token and creating an order with redirection of the customer to the payment page (and receiving the order ID) all works fine, nothing after that is working. So I'm unable to view the just created order or capture it. Everytime I get a "PERMISSION_DENIED" ("You do not have permission to access or perform operations on this resource.") info. In the Developer Dashboard settings the application has ALL rights. What am I missing? Where can i get the permissions and why do I have to have permissions to view a cart that I created?
... View more