Overview
Refresh data from an existing Link with the data refresh endpoints. These let the user bypass entering their payroll credentials a second time.Steps to Perform a Data Refresh
- Optional: Subscribe to webhooks for completed tasks with
donestatus, then retrieve payroll data from the refresh information. - Use the Create a data refresh task endpoint with the
access_tokenfrom the original connection. - Monitor refresh status using webhooks, the Retrieve a data refresh status endpoint, or both.
Rate Limiting
Transcrypts enforces strict rate limits onaccess_token values. Within any 24-hour period, only one initial request and three subsequent refreshes are permitted. Exceeding this threshold triggers the error: “Refresh limit for the access_token exceeded.”
Each data refresh Task is billed individually.
Data Refresh Task Attributes
Data Refresh Status Attributes
Available Endpoints
- Create a data refresh task (POST)
- Retrieve a data refresh status (GET)