Documentation
Changelog
Friday, October 30, 2020
The following changes will occur on Friday, October 30.
Change | Suggested Alternative |
---|---|
Link bundle will no longer be hosted at https://cdn.getpinwheel.com/link-v1.js. | Use the Link bundle at https://cdn.getpinwheel.com/pinwheel-v1.js. |
Pinwheel global object will no longer be an event emitter— i.e., you can not subscribe to events using Pinwheel.on . | Use the onEvent callback. |
Pinwheel.init will no longer be available to initialize Link. | Use Pinwheel.open |
The onFailure callback will no longer be available. | Use onExit or onEvent callbacks. Read more about these callbacks here. |
The POST /v1/link/tokens endpoint will no longer be available. | Use POST /v1/link_tokens . |
The unique_user_id param for the token creation endpoint will no longer be accepted. | - |
The GET /v1/platforms endpoint will no longer return platforms that are employer specific platforms. | It will only return pure platforms (generic payroll providers such as ADP, Gusto, etc.) |