Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ | You need a Paycor developer account with access to AppCreator to register your OAuth app and get client credentials. |
Paid test account | ❌ | Paycor provides a sandbox environment (hcm-demo.paycor.com ) for testing OAuth flows — no paid test account required. |
Partnership | ✅ | You typically need to be an approved partner to create applications. |
App review | ✅ | Not required |
Security audit | ✅ | Not required. |
Setup guide
1
Request a Sandbox Account
- Log in to your sandbox account.
- Navigate to the Support form.
- From the Category dropdown, select
Sandbox Environment
. - Submit the request.
Note: The expected turnaround time for Sandbox environment creation is 5 business days.
2
Accessing the Sandbox Environment
Once your Sandbox account is approved:
- Navigate to developers-sandbox.paycor.com.
- Click Sign Up on the home screen for existing Paycor Clients.
- Click Get Started.
- Enter your sandbox Username and Password.
- Click Sign In.
- Select whom you would like to be the Admin of the Developer Portal Account.
- Click Request Access.
- Sign out then Sign In again using your previously used credentials.
Note: The account creation process can take up to 5 minutes to complete. Sign out, then sign back in to access Paycor’s sandbox Developer Portal. The Sandbox API base URL is different from Production (e.g., https://apis-sandbox.paycor.com/v1/…) and allows testing with mock data before moving to Production.
3
Build your application
- Click Applications on the home screen to get started.
- Click the + Application button to create a new application, enter your application name.
- Select an Application Type: Standard Application: For general API access.
- Click Create Application
- Copy & Save the Application OAuth Client ID and Application OAuth Client Secret as you will need them when configuring your integration in Nango.
- Click Got it
- Navigate to the Security Connections tab to get your API Subscription Key (you will need to add this to your Nango connection configuration) and add
https://api.nango.dev/oauth/callback
as the Approved Return OAuth URL. - Navigate to the Data Access tab and select your required Access scopes. This will generate a new version of the scope. You can find the Scope Name in the General tab, which you will need when configuring your integration in Nango.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
- API Documentation
- API Reference
- API Authentication
- How to create an OAuth application
- Environments Overview
Contribute useful links by editing this page
API gotchas
- Scope Name Generation: After selecting your required Access scopes in the Data Access tab, Paycor generates a new version of the scope. You can find the Scope Name in the General tab, which you must add to your Nango Paycor integration configuration.
- Subscription Key Required: You need to add your API Subscription Key (found in the Security Connections tab) as a connection configuration parameter in Nango for all API calls to work properly. See creating a connect session documentation for details on how to add
subscriptionKey
to yourconnection_config
when creating a Nango session.
Contribute API gotchas by editing this page
Going further
Connect to Paycor (Sandbox)
Guide to connect to Paycor (Sandbox) using Connect UI