Get_List
Customer can use this method to get list of the supported banks, provinces and regencies.
Request Description
Parameter Name | Required | Min / Max length | Type | Remark |
UID | M | 5/50 | Alphanumeric | Username for validation |
PWD | M | 5/50 | Alphanumeric | Password for validation , 3DES encrypted. |
ListName | M | 1/50 | Alphanumeric | Supported List Names are: - BANK - PROVINCE - REGENCY - Bank_SKN - Real_Time_Transfer |
Response Description
1 <?xml version="1.0" encoding="utf-8"?> 2 <string xmlns="http://tempuri.org/"> 3 <List>List of the supported items</List> 4 </string>
Parameter Name | Required | Type | Remark |
List | M | Alphanumeric | List of the supported items. Each item is separated by a comma (,) and each item is delimited into 3 parts by a vertical bar (|). For e.g.:- ID|002|BANK RAKYAT INDONESIA,ID|008|BANK MANDIRI,ID|009|BANK NEGARA INDONESIA 1st part = Country Code 2nd part = Code (issuer code, province code, regency code, etc) 3rd part = Name/Description |
M= Mandatory C= Conditional O= Optional