Participant APIs | REST

Version:
Download Open API Specification

Get cards summary

https://beta.api.wealthcare.com/participant/services/participant/cards/summary/{tpaId}/{employerId}/{participantId}

Retrieve a summary of all cards associated with a specific participant and their dependents, if applicable. This operation is useful for obtaining card details such as status and identification for both employees and their dependents.

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

  • Accept-Language enum<string>

    Specify the participant’s language preference. The response will return text in the specified language, defaulting to English if not specified or if an invalid value is sent. If Spanish or French is requested and a particular field lacks a translated value, the English text will be returned.

    Possible values: es en fr
  • 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.

  • filterflag integer <int32>

    Determines whether to filter out cards marked as Do Not Issue or in a Permanently Inactive status. Set to true (1) to exclude these cards from the response; set to false (0) to include them.

  • array <object>
    • MobileWalletEnabled boolean

      True if Mobile Wallet is enabled for the card.

    • EmployeeId string

      The Employee Id of the card of the employee

    • DependentId string

      Returns the dependent ID if the card was issued to a dependent. Returns null if the card belongs to an employee

    • CardLast4Digits string

      The last four digits of the card

    • CardProxyNumber string

      The proxy number of the card

    • CardStatusCode integer

      A numerical value indicating the status: 1 = New, 2 = Active, 3 = Temp Inactive, 4 = Perm Inactive, 5 = Lost/Stolen

    • NamePrefix string

      The prefix of cardholder's name. Valid values are: Mr., Mrs., Ms., Dr., Rev.

    • FirstName string

      The cardholder's first name

    • MiddleInitial string

      The cardholder's middle name initial

    • LastName string

      The cardholder's last name

    • MailedDate string

      The date the card was mailed on. The date format is yyyymmdd.

    • CardIssueCde integer

      A code indicating the issue status of the card: 1 = Do Not Issue, 2 = Issue, 3 = Sent, 4 = Conditional, 5 = Mailed, 6 = Waiting

    • ActivationDate string

      The date the card was activated. Returns an empty value if the card has not been activated; returns yyyymmdd when the card has been activated.

    • IssueDate string

      The date the card was issued on. The date format is yyyymmdd.