1, I get the token with "Example OAuth Request" (Oauth type is token)
2, I copy the token to https://docs.clover.com/reference/createcheckout, and enter my Mid and example data, the response is
{
"status": {
"reason": "Unauthorized",
"code": 401
},
"message": "COS get merchant failed with exception: 401 Unauthorized: [{\"message\":\"401 Unauthorized\"}]"
}
I give the app all permissions and enable online payments, the access_token can use to get pakms.
app_id = "82YMJQGV74Z78"
merchant_id = "V7G2EK5C5V181"
could you help me to goon?