Participant APIs | REST

Version:
Download Open API Specification

Validate Participant Direct Deposit Account

https://beta.api.wealthcare.com/participant/services/participant/employee/enrollment/{tpaId}/{employerId}/{participantId}/directDeposit

Validate the direct deposit account for a specific participant, ensuring that the provided transaction amounts meet the necessary criteria for account validation.

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

  • txnAmount1 number <double> Required

    The first transaction amount used for validating the direct deposit account. This value must be a positive number and is required for the validation process.

  • txnAmount2 number <double> Required

    The second transaction amount used for validating the direct deposit account. This value must be a positive number and is required for the validation process.

  • txnAmount3 number <double> Required

    The third transaction amount used for validating the direct deposit account. This value must be a positive number and is required for the validation process.

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