Skip to main content
Version: 1.2.0 - Production

Update Cash Account

PATCH 

/v1.2/customer/account/cash

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

Header Parameters

    Throttle-Key string

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
    primaryTradingLimitExpiry stringnullable
Loading...
Is this page helpful for you?