Skip to main content

Bank List

Endpoint
Endpoint Method
Authentication
/bank/list
POST no
Authentication
Type
Token source
Server
none    
Body request
{
    "bank_name": <string>,
    "channel_type": <string>
}
Properties
Properties of Data type Required Description
bank_name
string yes Name of the bank
channel_type
string yes

Bank channel type.

Available types:

  1. Bank
  2. E-Wallet


Result example

200 (OK)

[
    {
        "id": 22,
        "bank_channel": "ID_BOC",
        "description": "Bank of China (BOC)",
        "type": "Bank",
        "currency": "IDR",
        "alias": null
    }
]
Error example

Body request example

insert code here