I am trying to build an online ordering feature for a merchant's website. In order to process the payment for the order, I need to get an OAuth token. It seems from the docs that the only way to get the token is when an employee opens my web app from their clover dashboard.
However, this obviously won't work as random people will be using the site to order who don't have any access to the clover dashboard.
Is there a way for my server to get an OAuth token directly without having an employee open the app from clover?