Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jenmclean
Contributor III
Contributor III

API connections to PayChex/StratusTime

I have not done any API connections within my current app development. Does anyone have any experience or guidance on how to proceed. I am a newbie in regards to API connections.

PayChex uses a product called StratusTime.

Has anyone done anything with this product?

Their API directory is here: Authorization

1 Reply
monika_g
Partner - Contributor II
Partner - Contributor II

Hi Jennie,

You can use the Qlik REST connector. I have not dealt with Paychex but successfully created connection with applications that use the OAuth 2.0 protocol for authentication and authorization. You will first need to do a POST call with client_id and secret that Paychex will provide. This POST will result in access token that you will have to use in GET calls to obtain your data. Hope this helps and gives you the direction.