Get_List

RSP can use this method to get list of the supported banks, cash pickup companies, billers, provinces and regencies.

Request Description

Parameter NameRequiredMin/Max LengthTypeRemark
UIDM5/50AlphanumericUsername for validation.
PWDM5/50AlphanumericPassword for validation, 3DES encrypted.
ListNameM1/50AlphanumericSupported 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 NameRequiredTypeRemark
ListMAlphanumericList 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