Skip to main content
Version: 1.0.0

Update Cash Account

PATCH 

/cash-account

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

This is used to update already created cash accounts.

Request

Body

required
    cashAccountNumber stringrequired

    Cash Account Number

    currency string

    Currency

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    rejectCode number

    Find error codes here)

    reason stringnullable
    cashAccountNumber stringrequired
    cashAccount object
    cashAccountNumber string
    accountType integer

    Possible values: [0, 1, 2]

    0 (Current) | 1 (Savings) | 2 (Investment)

    currency string
    balance integer
    blockedAmount integer
    odLimit string
    margin string
    createdDate string
    status string
    pendingSettle integer
    pendingWithdraw string
    pendingDeposit string
    profileId stringnullable
    institutionCode stringnullable
    unsettledTransfers numbernullable
    pendingCharge numbernullable
    manualBlock numbernullable
    cashAccountId stringnullable
    modifiedDate stringnullable
    settlementType integer

    Possible values: [0, 1, 2]

    0 (DVP (default for MFS)) | 1 (Prefunded (default for DBFS)) | 2 (Non Settle)

    marginDue integer
    dayMarginDue integer
    marginBlock integer
    dayMarginBlock integer
    mrgDayTrdEnabled integer

    Possible values: [0, 1]

    0 (false) | 1 (true)

    secondaryTradingLimit integer
    dailyOdLimit integer
    primaryTradingLimitExpiry stringnullable
    secondaryTradingLimitExpiry stringnullable
    dailyOdLimitEnabled integer

    Possible values: [0, 1]

    0 (false) | 1 (true)

    cashAvailableForWithdraw integer
    buyingPower integer
    ibanNumber stringnullable
    securityAccounts object[]
Loading...
Is this page helpful for you?