Bank List Endpoint Endpoint Method Authentication /bank/list POST no Authentication Type Token source Server none     Body request { "bank_name": , "channel_type": } Properties Properties of Data type Required Description bank_name string yes Name of the bank channel_type string yes Bank channel type. Available types: Bank 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