I want to use the REST PAY DISPLAY API in my integration with the existing POS system:
- I know I need oAuth token
- X-Clover-Device-Id, X-POS-Id
But my question is, do I need to create and share a production application using a developer account to be able to generate oAuth access_token?
The integration will not be made available to external users.
It is created only for my needs.
All the examples I've seen seem to require the application to be created on a developer account. Which seems strange to me.
So please help me to use the API https://docs.clover.com/reference/pay
I need to create a production application.
If not, how to authorize it? - how to generate access_token?