PUT
/
bankAccounts
/
{bankAccountId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bankAccountId
string
required

The ID of the bank account to update.

Body

application/json
name
string
required
accountNumber
string
required
addressLine1
string
required
city
string
required
state
string
required
zip
string
required
nickName
string
addressLine2
string | null
phone
string | null

Response

200 - application/json
success
boolean
message
string