Skip to main content

List of Bank

GET 

/v2/general/banks

This endpoint will return list of bank codes, along with several other information. We recommend you to hit this endpoint before creating a disbursement so that you can give information like queue or status to your user or customer.

Get bank sequence diagram

Request

Query Parameters

    code string

    Flip’s bank code. cimb is the code for both CIMB Niaga and CIMB Niaga Syariah

Responses

Sample expected response

Schema

  • Array [

  • bank_code string
    name string
    fee integer
    queue integer
    status string

    Possible values: [OPERATIONAL, DISTURBED, HEAVILY_DISTURBED]

  • ]

Loading...