Participant APIs | REST

Version:
Download Open API Specification

Get Tax Form PDF for reassociated account.

https://api.wealthcare.com/participant/services/documents/HSATaxForms/reassoc/{tpaId}/{employerId}/{participantId}/pdf

Retrieve the Tax Form PDF for a reassociated account using the specified identifiers. This endpoint is typically used when a participant's account has been reassociated with a new TPA or employer, allowing access to the relevant tax documentation.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when 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.

  • participantId string Required

    Unique identifier for the participant user whose feature information is being retrieved.

  • flexAccountId string Required

    The unique identifier for the flex account associated with the participant. This value is required to retrieve the correct tax form.

  • reassocTpaId string Required

    The unique identifier for the reassociated TPA. This is necessary to ensure the correct TPA's tax form is retrieved.

  • reassocEmployerId string Required

    The unique identifier for the reassociated employer. This identifier is used to fetch the tax form relevant to the employer's account.

  • reassocParticipantId string Required

    The unique identifier for the reassociated participant. This ID is essential for retrieving the specific participant's tax documentation.

  • reassocFlexAccountId string Required

    The unique identifier for the reassociated flex account. This is used to ensure the correct account's tax form is accessed.

  • documentKey integer <int32> Required

    The key that identifies the specific document being requested. This integer value is crucial for fetching the correct tax form.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

Response

AI Assistant Preview

Generating response...