Participant APIs | REST

Selected Version:
Download Open API File

Get HSA Interest Plan Disclosures

https://api.wealthcare.com/participant/services/participant/accounts/disclosures/{tpaId}/{flexAcctId}

Retrieve detailed information regarding the Health Savings Account (HSA) interest plan disclosures associated with a specific participant's flex account. This endpoint is essential for understanding the terms, conditions, and potential risks of high-yield savings or investment products.

Request

  • tpaId string Required

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

  • flexAcctId string Required

    A 10-character string representing an internal key assigned to a benefit account in the WCA system, used to uniquely identify the account. This value is left-padded with 0s, i.e., "0001699940".

Response

  • Disclosures array <object>
    • TpaId string

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

    • FlexAcctId string

      A 10-character string representing an internal key assigned to a benefit account in the WCA system, used to uniquely identify the account. This value is left-padded with 0s, i.e., "0001699940".

    • DisclosureDescription string

      A short description of the content or purpose of the disclosure.

    • DisclosureUrl string

      A direct URL to view or download the full disclosure document.

  • Disclosures array <object>
    • TpaId string

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

    • FlexAcctId string

      A 10-character string representing an internal key assigned to a benefit account in the WCA system, used to uniquely identify the account. This value is left-padded with 0s, i.e., "0001699940".

    • DisclosureDescription string

      A short description of the content or purpose of the disclosure.

    • DisclosureUrl string

      A direct URL to view or download the full disclosure document.

Response Headers
No response yet.
Response Body
No response yet.
Request
Response
{
  "Disclosures": [
    {
      "TpaId": "",
      "FlexAcctId": "",
      "DisclosureDescription": "",
      "DisclosureUrl": ""
    }
  ]
}

AI Assistant Preview

Generating response...