Participant APIs | REST

Version:
Download Open API Specification

Get Tax Form PDF for reassociated account.

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

Retrieve the PDF version of the tax form for a reassociated account, identified by the unique identifiers of TPA, Employer, and Participant.

  • 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 whose features are being queried.

  • flexAccountId string Required

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

  • reassocTpaId string Required

    The unique identifier for the reassociated TPA. This is necessary to ensure the correct association is used when retrieving the tax form.

  • reassocEmployerId string Required

    The unique identifier for the reassociated employer. This identifier is used to link the tax form to the correct employer account.

  • reassocParticipantId string Required

    The unique identifier for the reassociated participant. This is essential for retrieving the correct tax form for the participant.

  • reassocFlexAccountId string Required

    The unique identifier for the reassociated flex account. This is required to ensure the correct account is referenced in the request.

  • documentKey integer <int32> Required

    The key that identifies the specific document to retrieve. 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 and 0 for decrypted; defaults to 0 if not specified.