Skip to main content
Version: 1.2.0 - Production

Get Bank Branch Details

GET 

/v1.2/master-data/bank/branches

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

Request

Query Parameters

Header Parameters

    Throttle-Key string

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?