Participant APIs | REST

Version:
Download Open API Specification

Get HSA Statement List for re-associated account.

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

Retrieve a list of HSA statements for a participant's account that has been re-associated with a new TPA or employer. This operation is useful for accessing historical statement data after account reassociation.

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's HSA. This parameter is required to filter the statement list specific to the account.

  • reassocTpaId string Required

    The unique identifier for the re-associated Third Party Administrator (TPA). This is necessary to identify the TPA managing the account after reassociation.

  • reassocEmployerId string Required

    The unique identifier for the re-associated employer. This helps in retrieving statements relevant to the participant's employment context.

  • reassocParticipantId string Required

    The unique identifier for the participant whose statements are being requested. This is essential for filtering the results to the correct participant.

  • reassocFlexAccountId string Required

    The unique identifier for the flex account that has been re-associated. This is required to ensure the correct account's statements are retrieved.

  • 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

  • array <object>
    • ImageData string <byte>
    • ImageType string
    • TpaId string
    • StatementHistKey integer <int64>
    • DataPartnerId string
    • MailDate string <date-time>
    • ExternalAccountId string
    • StatementDate string <date-time>
    • StatementOpenDate string <date-time>
    • StatementPreference integer <int32>
    • StatementOptions integer <int32>
    • OrigStmtHistKey integer <int64>
    • ReleaseDate string <date-time>

AI Assistant Preview

Generating response...