When Getting application billing information using application secret gives "401 Unauthorized" . This is the sample request we used to get billing information.
curl -X GET https://apisandbox.dev.clover.com/v3/apps/{appId}/merchants/{merchantId}/billing_info -H 'Authorization: Bearer {applicationSecret}'
But When test using the access token from merchant with same request parameters , It gives success response.
curl -X GET https://apisandbox.dev.clover.com/v3/apps/{appId}/merchants/{merchantId}/billing_info -H 'Authorization: Bearer {access_token}'
Is there any API Update happened for clover sandbox environment.