Skip to main content
Version: 1.1.1

Get Institutional Bank Accounts

GET 

/v1.1/master-data/institution/bank-accounts

This is used to get the institution's bank accounts in the system. Those accounts are used by customers to deposit money before performing the deposit request to fund their cash accounts in the system.

Request

Query Parameters

    institutionCode stringrequired

    Example: TRADE_API_INST_ONE

Responses

OK

Schema
    status stringrequired

    Possible values: non-empty, [SUCCESS, FAILED]

    reason string

    Possible values: non-empty

    rejectCode number

    Find error codes here

    bankAccountList object[]required

    Possible values: >= 1

  • Array [
  • bankName stringrequired

    Possible values: non-empty

    bankId stringrequired

    Possible values: non-empty

    bankAccountNumber string
    currency string
  • ]
Loading...
Is this page helpful for you?