Nayya Integrate [Beta]

Changelog

May 15, 2025

Adds support for optional employee parameter in embedded urls. This allows us to match authenticated users on a provided employee id instead of email when email uniqueness is not guaranteed.


May 8, 2025

Improved error handling in the Accounts API when enums are passed as null in the request


May 7, 2025

Updated descriptions for Benefit Dependencies


May 1, 2025

externalCarrierName field added to Create or Update a Benefit endpoint

This field allows partners to pass the carrier name of a benefit the way that it exists in their system.

Note: This is different from thecarrierId field which requires partners to select from Nayyas carriers. carrierId is still a required field


April 25, 2025

Create Enrollment endpoint added


April 14, 2025

List Benefit Recommendations for an Employee endpoint added

Note: This endpoint will return a 404 until the user with the employee ID in the request starts the Choose experience. If the user has started and has not reached the recommendations page, the endpoint will return a 200 with all benefits that were included in the snapshot; payload will include: "recommended": false


April 10, 2025

Get a Token endpoint updated from a GET to a POST request. GET method has been deprecated, but not removed as partners transition to the POST method


April 3, 2025

ratePackageIds updated to ratePackageExternalIds in Create a Snapshot

Cents added to amount type Rule Templates Input Values. All Input Values receiving a monetary amount have been updated to explicitly call out that the amount is in cents, for clarity. For example: when using the copay template "copay" : 100 becomes "copayCents" : 10000 to pass a $100 copay.
Note: The List Rule Templates endpoint will return the updated values for these Rule Templates.

Additional Supported Benefit requirements definitions added to the Creating a Benefit guide


April 2, 2025

Employer Name capped to 42 characters in Create an Employer and Update an Employer

email added to all Dependent endpoints


March 27, 2025

Embedding an iframe guide added to Documentation guides


March 21, 2025

Inpatient Per Day Feature type removed from Create a Benefit, this type is no longer required. Partners can still pass this value with no feature type to display to employees

inpatient_admit feature type changed to inpatient


March 21, 2025

Documentation on our Recommendations endpoint added to Nayya Integrate API, this endpoint does not currently accept requests

March 18, 2025

Pagination added to List Carriers endpoint

inputValues object in the Create a Benefit request changed to an array [{}] from an object{}

March 17, 2025

IncomeType in Create an Employee, Update an Employee, Create a Dependent, and Update a Dependent enum updated to include hourly.

Get Dependent by ID endpoint added to Dependents collection

incomeAmountCents changed to optional field in Create Dependents and Update Dependents

March 14, 2025

employmentStatus in Create a dependent and Update a dependent updated to an enum with employed and unemployed values