Get_List
RSP can use this method to get list of the supported banks, cash pickup companies, billers, 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 - CASH_PICKUP - BILLER - PROVINCE - REGENCY - Ewallet - Bank_SKN - Payment_Card - Home_Delivery - 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> 7 </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 RAKYATINDONESIA,ID|008|BANKMANDIRI,ID|009|BANK NEGARAINDONESIA 1st part = Country Code 2nd part = Code (issuer code, biller code, province code, regency code, etc) 3rd part = Name/Description |
M= Mandatory, C= Conditional, O= Optional