v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Update Bank Account

Updates an existing bank account for a specified worker.

patch/bankaccount

Request body

companyIDstring required

Company ID of employer

bankAccountIDstring required

Bank Account ID

account_numberstring

Bank Account number

routing_numberstring

Bank Routing number

institution_namestring

Name of banking institution

type'checking' | 'savings'

Account type. Can either be checking or savings

nicknamestring

Nickname of the bank account

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "bankAccountID": "61d3f2c3a8593cc3948decda7c5cb",
    "companyID": "fc235f012tay46334e394cceir48bcfa",
    "id": "1234567890",
    "institution_name": "PNC",
    "account_number": "123435234",
    "routing_number": "061092387",
    "type": "checking"
  }
}