Skip to main content

Inquiry Tagihan

Berikut adalah format messaging layanan Telkom. Silakan akses disini untuk format messaging layanan lainnya.

Inquiry Request

NoNameTypeMin LengthMax LengthInfo
1 userNameString1100Username
2 signatureString140see signature section
3 productCodeEnum16Fixed
4 channelEnum14Fixed
5 terminalString18RPS
6 terminalNameString120Terminal name
7 terminalLocationString130Terminal location
8 transactionTypeString12Fixed (Inquiry -> 38)
9 billNumberString113Billing number
10 amountString112LPZ
11 feeAmountString112LPZ
12 bit61Object1999Checksum Transaction
13 traxIdString132ID of transaction
14 timeStampString126DD-MM-YYYY HH:MI:SS:FF
15 addInfo1String150Additional info
16 addInfo2String1100Additional info
17 addInfo3String1999Additional info

Sample Inquiry Request

{
"userName": "bmandiri",
"signature": "4e46b6b44c8736d80267750bc8ea1dd4",
"productCode": "001001",
"channel": "6017",
"terminal": "T0800004",
"terminalName": "T0800004 ",
"terminalLocation": "T0800004 ",
"transactionType": "38",
"billNumber": "0021008457003",
"amount": "0",
"feeAmount": "0",
"bit61": "0021008457003",
"traxId": "64560312893",
"timeStamp": "20-03-2023 10: 40: 40",
"addInfo1": "",
"addInfo2": "",
"addInfo3": ""
}

Inquiry Response

NoNameTypeMin LengthMax LengthInfo
1 bit61Object1999Checksum Transaction
2 customerDataObject1999Customer Data
3 resultCodeString14Result code
4 resultDescString1100Description of result code
5 productCodeString16Fixed
6 terminalString18Fixed
7 transactionTypeString12Fixed
8 amountString112LPZ
9 feeAmountString112LPZ
10 bit48String1999Additional info
11 traxIdString118ID of transaction
12 timeStampString126DD-MM-YYYY HH:MI:SS:FF
13 timeStampServerString126DD-MM-YYYY HH:MI:SS:FF

Sample Inquiry Response

{
"bit61": "00210084570030200013304A 10000305A 10000306A 10000IDHAM DHIYAULHAQ HABIBI 8825220158 ",
"customerData": {
"kodeDivre": "02",
"kodeDatel": "0001",
"jumlahBill": "3",
"billInfo1": {
"nomorReferensi": "306A",
"nilaiTagihan": "10000"
},
"billInfo2": {
"nomorReferensi": "305A",
"nilaiTagihan": "10000"
},
"billInfo3": {
"nomorReferensi": "304A",
"nilaiTagihan": "10000"
},
"customerId": "0021008457003",
"customerName": "IDHAM DHIYAULHAQ HABIBI",
"npwp": "8825220158"
},
"resultCode": "00",
"resultDesc": "Approve",
"sysCode": "000000000003",
"productCode": "001001",
"terminal": "T0800004",
"transactionType": "38",
"amount": "000000030000",
"feeAmount": "5000",
"bit48": "No.Telkom:0218457003;Nama:305A 10000306A;Jumlah:Rp.30000",
"traxId": "64560312893",
"timeStamp": "20-03-2023 10: 40: 40",
"timeStampServer": "24-06-2023 13:04:48:183594"
}