Participant APIs | REST

Version:
Download Open API Specification

Get a list of current (existing) reimbursement records associated with the participant.

https://api.wealthcare.com/participant/services/participant/reimbursements/{tpaId}/{employerId}/{participantId}

Get a list of current (existing) reimbursement records associated with the participant.

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value was system generated with 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

    Participant Id

  • recordcount integer <int32> Required

    The maximum number of reimbursement records to return in the list

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. 1: encrypted, 0: decrypted, default to 0.

  • array <object>
    • TpaId string

      Number assigned by Alegeus Healthcare Payment Solutions to you

    • EmprId string

      Unique identifier for the employer with whom the account number for this reimbursement is associated

    • EmpeKey integer <int32>

      Unique identifier for the employee associated with this reimbursement

    • EmployeeFirstName string

      Employee First Name

    • EmployeeMiddleInitial string

      Employee Middle Initial

    • EmployeeLastName string

      Employee Last Name

    • ReimburseKey integer <int32>

      Represents a system generated identifier for the reimbursement which can be used to retrieve the reimbursement details in a separate request.

    • ReimburseDate string <date-time>

      Date of Reimbursment

    • ReimburseMethod enum<string>

      Reimbursement method attached to the transaction

      Possible values: Undefined None Check DirectDeposit ExternalCheck ExternalDirectDeposit Card Payroll
    • TotalReimburseAmount number <double>

      Total amount reimbursed

    • CheckNumber string

      Check Number associated with this reimbursement

    • TrackingNumber string

      Unique identifier to track this reimbursement

    • VoidDate string <date-time>

      Date reimbursement was voided

    • StopPaymentDate string <date-time>

      Stop payment date

    • ACHDate string <date-time>

      ACH date

    • PaymentId string

      Represents the draft # issued by our Integrated Payment vendor.

    • PayoutMethod string

      Represents the payment method used by the participant or our Integrated Payment vendor. Valid methods include Pending, Check, Direct Deposit, External Check, External Direct Deposit, Card, Payroll, ePay-ACH, ePay-Virtual Card, and ePay-eCheck.

    • TransactionDetails array <object>

      Transaction Details

      • ReimburseAmount number <double>
      • TransactionAmount number <double>
      • AccountType string
      • PlanStartDate string <date-time>
      • PlanEndDate string <date-time>
      • ServiceStartDate string <date-time>
      • MerchantName string
      • TransactionNotes string
      • CardHolderFirstName string
      • CardHolderMiddleInitial string
      • CardHolderLastName string
      • TransactionOptions integer <int64>
      • TransactionKey string
      • TransactionSettleDte string
      • TransactionSequenceNumber integer <int32>