Skip to main content

Create a new account

POST 

/v1/accounts

Create a new account

Request

Body

required

    name string
    Example: ICICI Bank
    offBudget boolean
    Example: true
    category string

    Possible values: [CASH/CHECK IN, CC, FD/RD, EPF, NPS, SSY]

    adapter string
    Example: icici
    balance float
    Example: 12.25

Responses

Success

Schema

    id uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    name string
    Example: ICICI Bank
    offBudget boolean
    Example: true
    category string

    Possible values: [CASH/CHECK IN, CC, FD/RD, EPF, NPS, SSY]

    adapter string
    Example: icici
    balance float
    Example: 12.25
    createdAt date-time
    Example: 2024-10-07T01:02:03Z
    updatedAt date-time
    Example: 2024-10-07T01:02:03Z
Loading...