Participant APIs | REST

Version:
Download Open API Specification

Get HSA Statement PDF for reassociated account.

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

Retrieve the HSA Statement PDF for a participant's account that has been reassociated with a new TPA and employer. This operation is useful for accessing updated statements reflecting the current account status.

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

    Unique identifier for the flex account, used to specify which account's statement to retrieve.

  • reassocTpaId string Required

    The TPA ID associated with the reassociated account, necessary for identifying the correct administrative instance.

  • reassocEmployerId string Required

    The Employer ID linked to the reassociated account, ensuring the correct employer's data is accessed.

  • reassocParticipantId string Required

    The Participant ID for the reassociated account, which uniquely identifies the participant in the system.

  • reassocFlexAccountId string Required

    The Flex Account ID for the reassociated account, used to pinpoint the specific account for which the statement is requested.

  • documentKey integer <int32> Required

    A numeric key that identifies the specific document being requested, essential for retrieving the correct statement.

  • 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.

  • statementOption integer <int32>

    Options for the HSA statement, where values represent different statement types or statuses (e.g., None = 0, WCHSAStatement = 1, etc.).

Response

AI Assistant Preview

Generating response...