i have already done this thing but it's not working.
i want to create an order but showing 401 unauthorized.
Try replacing "mid" in the URL with your merchant's ID, which you can find on the developer dashboard (see screenshot below).
I am using postman to check or generate token and order.
I have generated token through postman. Also have read and write permission.
I don't quite follow. How do you generate a token in postman?
by using above URL i have generated a token in postman.
Now, i am trying to use below URL to create order but it's getting 401 Unauthorized error.
https://apisandbox.dev.clover.com/v3/merchants/<MERCHANT_ID>/orders?access_token=<TOKEN>;
Also tried with "Authorization":"Bearer <Token>"
3 People are following this question.