Skip to main content
Version: 1.2.0 - Production

Update Customer Bank Acc

PATCH 

/v1.2/customer/account/bank

Use to update a customer bank account in the system.

Request

Header Parameters

    Throttle-Key string

Body

required
    customerNumber stringrequired
    bankId integer

    Find institutional bank details Master Data>Get Institutional Bank Accounts

    bankAccountNumber string
    accountType integer

    Possible values: [0, 1, 2]

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

    currency string
    ibanNumber string
    branchId string

    Find institutional bank branch details here

    bankAccountId integerrequired

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode integer

    Find error codes here

    bankAccountId numberrequired
Loading...
Is this page helpful for you?