Skip to main content
PATCH
Update a financial account

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

account_id
string
required

Financial account identifier.

Body

application/json
type
enum<string>
required
Available options:
bank_account,
debt,
insurance,
investment,
retirement,
property,
vehicle,
business,
unclaimed_money
institution_name
string
required
account_number
string

Full account number.

balance
number<double>
details
string
user_notes
string

Response

Financial account updated.

data
object