Participant APIs | REST

Version:
Download Open API Specification

Get Employer Real Time Funding Transactions List.

https://api.wealthcare.com/participant/services/employer/employertransaction/getemployertransactions/{tpaId}/{employerId}

Retrieve a list of real-time funding transactions for a specific employer, identified by TPA ID and Employer ID. This endpoint is useful for obtaining transaction details related to employer funding activities within a specified date range.

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.

  • emptFlexAcctKey integer <int32>

    Optional key representing an empty employer flex account. This parameter can be used to filter transactions related to specific flex accounts.

  • startDte string

    The start date for filtering transactions. Format should be in 'YYYY-MM-DD' to specify the beginning of the transaction period.

  • endDte string

    The end date for filtering transactions. Format should be in 'YYYY-MM-DD' to specify the conclusion of the transaction period.

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

AI Assistant Preview

Generating response...