Administrative APIs | REST

Selected Version:
Download Open API File

Get Account Interest Bearing Settings

https://api.wealthcare.com/system/Services/Employee/AccountInterestBearing/{tpaId}/{employerId}/{employeeId}/setting/List

Retrieves the interest-bearing settings for a specific employee's account, identified by their unique TPA ID, Employer ID, and Employee ID. This operation is useful for understanding how interest is applied to an employee's account and can be used to verify or audit account settings.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.

  • employerId string Required

    Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.

  • employeeId string Required

    Unique identifier for the employee.

Response

  • array <object>
    • TpaId string
    • EmployerId string
    • EmployeeId string
    • EmployeeAcctId string
    • PlanId string
    • PlanAccountTypeCode string
    • PlanYearStartDate string
    • PlanYearEndDate string
    • InterestBearingIndicator boolean
    • ReaccrueInterestThisPaymentCycleIndicator boolean
    • InterestPlanId string
    • InterestCycleId string
    • InterestEndDte string
    • TargetEmployeeAcctId string
    • TargetPlanId string
    • TargetPlanAccountTypeCode string
    • TargetPlanYearStartDate string
    • TargetPlanYearEndDate string
Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...