Skip to main content
PATCH
Update a manual account

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Path Parameters

accountId
string<uuid>
required

Finta bank account ID

Body

application/json

At least one field must be provided. Pass null to clear a nullable field.

name
string
Required string length: 1 - 255
type
string | null
Required string length: 1 - 100
subtype
string | null
Required string length: 1 - 100
mask
string | null
Required string length: 1 - 100
currency
string
Required string length: 1 - 10
currentBalance
number | null
availableBalance
number | null
liability
object | null

Liability detail for credit, student, or mortgage accounts; null for non-liability accounts. Fields not relevant to the liability type are null. The same shape is accepted when creating or updating a manual account.

Response

Updated account

account
object
required