Skip to main content
Version: 1.0.0

Get Bank Branch Details

GET 

/bank-branch-list

Use to get the list of branches for a given institution and bank.

Request

Query Parameters

    bankId stringrequired

    Get bank Ids from here

    institutionCode stringrequired

    Institution Code

    Example: TRADE_API_INST_ONE

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason stringnullablerequired
    rejectCode integerrequired

    Find error codes here)

    list object[]
  • Array [
  • branchId integer

    The bank Id

    bankBranchName string

    Branch Name

    bankAddress string

    Branch Address

  • ]
Loading...
Is this page helpful for you?