Participant APIs | REST

Selected Version:
Download Open API File

Get Employer Bank Account Details.

https://api.wealthcare.com/participant/services/employer/employeraccount/{tpaId}/{employerId}/{planKey}/{emprflexacctkey}

Retrieve detailed information about a specific employer's bank account using unique identifiers such as TPA ID, Employer ID, Plan Key, and Employer Flex Account Key.

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.

  • planKey integer <int32> Required

    Plan Key

  • emprflexacctkey integer <int32> Required

    Employer Flex Account Key

  • 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>
    • TpaId string
    • EmprFlexAcctKey integer <int32>
    • EmprId string
    • DataPartnerId string
    • AvailBal number <double>
    • PlanKey integer <int32>
    • HoldAmt number <double>
    • AcctNum string
    • AccountName string
    • AuthPersonTitle string
    • AuthCompany string
    • AuthPersonName string
    • CurrAmt number <double>
    • PlanOptions2 integer <int64>
    • AcctTypeCde string
    • PlanYrStartDte string
    • PlanYrEndDte string
    • LogicalBankAccountKey integer <int32>
    • LbaOptions enum<string>
      Possible values: None UseEmployerAccountCheckNumber AllowInactiveEmployerStatus IncludeBankNamePos IncludeBankNameManual ProcessLogicalDepositsOnFundingSchedule FundingOptionsEnabled NachaFundMethod SendContribReminder EmployerHSAFundingAccount ProcessLogicalDepositsUponFundClearedDate EnableInvoicingOptions SuppressNACHA FundNotClearedAlert TrackInvoiceDueDate RealtimeFundingAccount WCAUserConfigured IncentiveFundingEnabled PushFunding PullFunding HSAAutoCreditValidation HSAAutoCreditFailure ExcludeDDActivity GenerateHSAAdvaceNacha
  • array <object>
    • TpaId string
    • EmprFlexAcctKey integer <int32>
    • EmprId string
    • DataPartnerId string
    • AvailBal number <double>
    • PlanKey integer <int32>
    • HoldAmt number <double>
    • AcctNum string
    • AccountName string
    • AuthPersonTitle string
    • AuthCompany string
    • AuthPersonName string
    • CurrAmt number <double>
    • PlanOptions2 integer <int64>
    • AcctTypeCde string
    • PlanYrStartDte string
    • PlanYrEndDte string
    • LogicalBankAccountKey integer <int32>
    • LbaOptions enum<string>
      Possible values: None UseEmployerAccountCheckNumber AllowInactiveEmployerStatus IncludeBankNamePos IncludeBankNameManual ProcessLogicalDepositsOnFundingSchedule FundingOptionsEnabled NachaFundMethod SendContribReminder EmployerHSAFundingAccount ProcessLogicalDepositsUponFundClearedDate EnableInvoicingOptions SuppressNACHA FundNotClearedAlert TrackInvoiceDueDate RealtimeFundingAccount WCAUserConfigured IncentiveFundingEnabled PushFunding PullFunding HSAAutoCreditValidation HSAAutoCreditFailure ExcludeDDActivity GenerateHSAAdvaceNacha
Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...