You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
1099-R Distribution Code Y: Added support for "Qualified charitable distribution (QCD) claimed under section 408(d)(8)" - available for tax year 2025 and later
Changed
Golden Parachute Excess Payments field availability:
1099-NEC forms: Field now available for tax year 2025 and later
1099-MISC forms: Field restricted to tax year 2024 and earlier (validation error if used for 2025+)
Issuer API validation changes:
Email field: Made optional (no longer required). Phone will be used for communications if email is not specified.
TaxYear field: No longer required on update operations. Tax year is preserved from existing issuer and cannot be modified on update.
City and State fields: Now required on create and update.
TransferAgentName field: Added maximum length validation (40 characters).
ReferenceId field: Added maximum length validation (50 characters).
Fixed
SDK: POST /avalara1099/forms1099 : fix 400 (Bad Request) error when creating 1099 forms while attempting to verify supported form types.