API
Breaking
API breaking changes
Renamed Item fields
On October 18, two API v2 fields will be renamed within the Item object:
features.field_coverage.paystubs.document_id
will be renamed tofeatures.field_coverage.paystubs.payroll_document
features.field_coverage.paystubs.gross_pay_list_totals.{base/overtime/commission/bonus/other}.rate_ytd_implied
will be renamed tofeatures.field_coverage.paystubs.gross_pay_list_totals.{base/overtime/commission/bonus/other}.rate_implied_ytd
These renamed fields are currently returned when:
- Retrieving an individual Item by calling
/v2/items/{id}
- Listing Item notifications by calling
/v2/item-notifications
- Receiving an items.updated API v2 webhook