In our Android App, we have a BroadcastReceiver class that receives the ACTION_PAYMENT_PROCESSED result.
We care calling OrderConnector.getOrder(<OrderID>) to get the Order that was created for the payment.
The Merchant gets the error "status code: 403 Permission denied". The Account is an Admin.
This only happens in Production, the Sandbox works fine.
We need to be able to retrieve the Order that was created for this payment. Why would the Account that created the Order, not have access to the Order?