Participant APIs | REST

Selected Version:
Download Open API File

Get HSA Interest Plan Stable Value Provider

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

Retrieve detailed information about the stable value provider associated with a participant's Health Savings Account (HSA) interest plan, identified by the TPA ID and flex account ID.

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

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

  • ProviderName string

    The name of the Interest Rate provider offering the HSA account or service.

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

  • ProviderName string

    The name of the Interest Rate provider offering the HSA account or service.

Response Headers
No response yet.
Response Body
No response yet.
Request
Response
{
  "TpaId": "",
  "FlexAcctId": "",
  "ProviderName": ""
}

AI Assistant Preview

Generating response...