We are experiencing a problem with the oAuth flow in production. It works find using the Example OAuth for our own test accounts, but when our customer wants to go through the oAuth flow, it shows error.
The error happens when Clover calls this endpoint:
https://www.clover.com/v3/merchants/MERCHANT_ID/apps/OUR_APP_ID?expand=appLocales%2CandroidVersion.releaseNote%2CdeviceTypes%2CavailableMetereds%2CavailableSubscriptions%2CcurrentSubscription%2Cmodules%2Cscreenshots&_=1557779142322
The result is this:
{"details":"No app with ID OUR_APP_ID","message":"Not Found"}
Any ideas why this is the case?
Our app is not approvde on market place yet.