Skip to main content
POST
Create a manual account

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Body

application/json
name
string
required
Required string length: 1 - 255
institutionName
string

Institution label. Defaults to 'Manual'.

Required string length: 1 - 255
type
string

e.g. depository, credit, loan, investment, other

Required string length: 1 - 100
subtype
string

e.g. checking, savings, credit card, mortgage, student

Required string length: 1 - 100
mask
string
Required string length: 1 - 100
currency
string

ISO currency code, e.g. USD

Required string length: 1 - 10
currentBalance
number

For liabilities, use a positive number for the amount owed.

availableBalance
number
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

Created account

account
object
required