Administrative APIs | REST

Version:
Download Open API Specification

Get Employer Funding Bank Accounts

https://api.wealthcare.com/system/Services/Employer/BankAccount/{tpaId}/FundingBankAccount/List

Use this operation to retrieve information for all employer funding bank accounts set up under your administrator.

  • tpaId string Required

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

  • array <object>
    • TpaId string

      A unique identifer for your administrator instance, generated by WCA when the instance was first set up.

    • AccountName string

      Bank Account Name

    • BankAccountNumber string

      Bank Account Number

    • BankRoutingNumber string

      Bank Account Routing Number

    • BankSecondRoutingNumber string

      Bank Account Secondary Routing Number

    • BankAccountType enum<string>

      Type of account. 0 - None 1 - Checking 2 - Savings 3 - General Ledger

      Possible values: None Checking Savings GeneralLedger
    • FinancialInstitutionName string

      Financial Institution Name

    • FIAddress1 string

      Financial Institution Address 1

    • FIAddress2 string

      Financial Institution Address 2

    • FICity string

      Financial Institution City

    • FIZipCode string

      Financial Institution Zip Code

    • FIState string

      Financial Institution State

    • FICountryCode string

      Financial Institution Country Code

    • AccountOwnerName string

      Name of the account owner. Only required when the Account Owner Type is set to Third Party (Other). For Administrator/Employer Account Owner Types the Administrator’s or Employer’s name should autofill for this field.

      Min Length: 0
      Max Length: 50
    • AuthorizedPersonName string

      Financial Institution Authorized Person Name

    • AuthorizedPersonTitle string

      Financial Institution Authorized Person Title

    • AccountOwnerTaxId string

      Tax ID of the account owner. A value is conditionally required if the account owner does not have a Tax ID or if the Account Owner Type is set to Third Party (Other).

      Min Length: 0
      Max Length: 9
    • AccountOwnerType enum<string>

      Determines who is the owner of the bank account.

      Possible values: None Administrator Employer Third Party (Other)