Skip to main content

Bank List

Endpoint
EndpointMethod
Authentication
/bank/list
POSTno
Authentication
Type
Token source
Server
none  
Body request
{
    "bank_name": <string>,
    "channel_type": <string>
}
Properties
Properties ofData typeRequiredDescription
bank_name
stringyesName of the bank
channel_type
stringyes

Bank channel type.

Available types:

  1. Bank
  2. E-Wallet


Result example

200 (OK)

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

Body request example

insert code here