Skip to main content
Version: 1.0.0

Get Customer Bank Acc

GET 

/customer-bank-account

This is used to get an existing customer bank account. This represents an actual bank account in the system. This bank account can be used by the system to do online cash transfers to the actual bank account of the customer.

Request

Query Parameters

    bankAccountId integerrequired

Responses

OK

Schema
    customerBankAccountBean object
    bankName string
    bankId integer
    bankAccountNumber string
    bankAccountId integer
    branch string
    branchId integer
    currency string
    ibanNumber string
    accountType string

    Possible values: [0, 1, 2]

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

    accountName stringnullable
    address stringnullable
    accountStatus string

    Possible values: [1 : Created , 3 : Deleted]

    bankAccountId numbernullable
    status stringrequired
    reason stringnullable
    rejectCode integer

    Find error codes here)

Loading...
Is this page helpful for you?