Platform ID and Error Type
The Get Account endpoint now includes platform_id
, the unique identifier of the payroll platform associated with the account. This identifier is also be included the account.added webhook event. You can use the new Get Platform endpoint to fetch the platform's name, supported jobs, and other information.
Pinwheel Link 2.0
Pinwheel Link 2.0 is live! The new version features support for Income and Employment Data jobs, improved callbacks and listeners in Link, and a fresh UI. Full details on the new features and how to upgrade are in the migration guide.
Enhanced API Response Headers
All Pinwheel API responses now include a x-pinwheel-request-id
header to help you keep track of your requests. More details in the API guide.
React SDK
We now have an official React SDK for Link, making deploying a React app as easy as pie.
List Platforms Enhancement
We added a new query parameter include_esps
to the List Platforms endpoint, allowing you to include employer-specific platforms when viewing the platforms Pinwheel supports. Employer-specific platforms describe an Employer that uses a unique, dedicated payroll portal to serve their employees, like Walmart.
Jobs Endpoint
We added a new Jobs endpoint to enable you to query all completed jobs from your account in one place. It can be filtered by timestamp, job type, and Link token.
Search Endpoint Improvements
We improved our Search Employers and Platforms endpoint to use fuzzy matching across names and known aliases of Employers and Platforms. You can search by passing in a string to the q
query parameter.
iOS SDK
We're excited to announce the launch of our iOS SDK! Pinwheel SDKs are now available for iOS, Android, and React Native.
Android and React Native SDKs
We launched brand new Android and React Native SDKs so you can expand the number of users you reach.
Webhooks and Search Endpoint
We're thrilled to announce the launch of Webhooks. You can now set up a webhook to listen to events from Pinwheel in real time.