How come when I generate an access token using OAuth/v2token and use it in the https://docs.clover.com/reference playground it doesn't work. How come I have to generate an API token in the test merchant account.
Is the bearer token the access token returned from oauth/v2/token end point. The documentation is not very clear.
I should be able to use access_tokens generated from the api in the playground.
I also noticed your documentation mentions testing should use these urls
https://apisandbox.dev.clover.com/v3/merchants/mId
however the playground uses:
https://sandbox.dev.clover.com/v3/merchants/mId
So is that why the access_token generated by oauth request doesn't work in the playground?
Your documentation is so confusing.