- Inquiry
{
"partnerId": "partner-id",
"productCode": "product-code",
"accountNumber": "123223345"
}
{
"responseCode": 300,
"success": true,
"message": {
"ID": "Inkuiri berhasil",
"EN": "Inquiry is successful"
},
"data": {
"inquiryId": 4589282,
"accountNumber": "123223345",
"customerName": "TEST",
"productName": "product-name",
"productCode": "product-code",
"category": "Internet dan TV Kabel",
"amount": 747250,
"totalAdmin": 2500,
"processingFee": 0,
"denom": "",
"validity": "",
"customerDetails": [
{
"key": "Nama Pelanggan",
"value": "TEST"
},
{
"key": "Tanggal & Waktu Pembayaran",
"value": "28 Dec 2022 | 14:11"
},
{
"key": "Nomor Pelanggan",
"value": "123223345"
}
],
"billDetails": [
{
"billId": "1",
"billInfo": [
{
"key": "Bulan",
"value": "N/A"
}
],
"isMandatory": true,
"key": "Jumlah Tagihan",
"value": 744750
},
{
"billId": "0",
"billInfo": [],
"isMandatory": true,
"key": "Biaya Administrasi",
"value": 2500
}
],
"productDetails": [
{
"key": "Periode",
"value": "N/A"
}
],
"extraFields": []
}
}
- Payment
{
"partnerId": "partner-id",
"refNumber": "TESTIdihomeV2Stage",
"accountNumber": "123223345",
"productCode": "product-code",
"amount": 747250,
"inquiryId": 4589282
}
{
"responseCode": 299,
"success": true,
"message": {
"ID": "Transaksi sedang dalam proses",
"EN": "Your transaction is processing"
},
"data": {
"refNumber": "TESTIdihomeV2Stage",
"transactionId": 220974,
"accountNumber": "123223345",
"amount": 747250,
"totalAdmin": 2500,
"processingFee": 0,
"denom": "",
"productCode": "product-code",
"productName": "product-name",
"category": "Internet dan TV Kabel",
"token": "",
"customerName": "N/A",
"validity": "",
"customerDetails": [],
"billDetails": [],
"productDetails": [],
"extraFields": []
}
}
- Status
{
"responseCode": 0,
"success": true,
"message": {
"ID": "Transaksi Anda Telah Berhasil",
"EN": "Your transaction was successful"
},
"data": {
"refNumber": "TESTIdihomeV2Stage",
"transactionId": 220973,
"accountNumber": "123223345",
"amount": 747250,
"totalAdmin": 2500,
"processingFee": 0,
"denom": "",
"productCode": "product-code",
"productName": "product-name",
"category": "Internet dan TV Kabel",
"token": "205A",
"customerName": "TEST",
"validity": "",
"customerDetails": [
{
"key": "Nama Pelanggan",
"value": "TEST"
},
{
"key": "Tanggal & Waktu Pembayaran",
"value": "28 Dec 2022 | 14:13"
},
{
"key": "Nomor Pelanggan",
"value": "123223345"
}
],
"billDetails": [
{
"billId": "1",
"billInfo": [
{
"key": "Bulan",
"value": "N/A"
}
],
"key": "Jumlah Tagihan",
"value": 744750
},
{
"billId": "0",
"billInfo": [],
"key": "Biaya Administrasi",
"value": 2500
}
],
"productDetails": [
{
"key": "Periode",
"value": "N/A"
},
{
"key": "Nomor Referensi",
"value": "205A"
}
],
"extraFields": []
}
}