Mobile Postpaid (Pascabayar)

  • Inquiry
{
  "partnerId": "partner-id",
  "accountNumber": "0811111111",
  "productCode": "product-code"
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 287017802,
        "accountNumber": "0811111111",
        "customerName": "RUSXXXXXXXNDI",
        "productName": "partner-name",
        "productCode": "partner-code",
        "category": "Pascabayar",
        "amount": 3607,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nomor Pelanggan",
                "value": "0811111111"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "07 Sep 2022 | 17:47"
            },
            {
                "key": "Nama Pelanggan",
                "value": "RUSXXXXXXXNDI"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "isMandatory": true,
                "key": "Jumlah Tagihan",
                "value": 3607
            },
            {
                "billId": "0",
                "billInfo": [],
                "isMandatory": true,
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [],
        "extraFields": []
    }
}
  • Payment
{
  "partnerId": "partner-id",
  "refNumber": "TESTPSCBYRTLKHALO1",
  "accountNumber": "08129899576",
  "productCode": "partner-code",
  "amount": 3607,
  "inquiryId": 287017802
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "rg6ytrdvrvr4",
        "transactionId": 180232,
        "accountNumber": "0811111111",
        "amount": 170160,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "productCode": "product-code",
        "productName": "product-name",
        "category": "Pascabayar",
        "token": "",
        "customerDetails": [],
        "billDetails": [],
        "productDetails": [],
        "extraFields": []
    }
}
  • Status
{
    "responseCode": 0,
    "success": true,
    "message": {
        "ID": "Transaksi Anda Telah Berhasil",
        "EN": "Your transaction was successful"
    },
    "data": {
        "refNumber": "TESTPSCBYRTLKHALO1",
        "transactionId": 135268223,
        "accountNumber": "0811111111",
        "amount": 3607,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "product-code",
        "productName": "product-name",
        "category": "Pascabayar",
        "token": "000166254764858266",
        "customerName": "RUSXXXXXXXNDI",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "RUSXXXXXXXNDI"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "07 Sep 2022 | 17:47"
            },
            {
                "key": "Nomor Pelanggan",
                "value": "0811111111"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "key": "Jumlah Tagihan",
                "value": 3607
            },
            {
                "billId": "0",
                "billInfo": [],
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [
            {
                "key": "Nomor Referensi",
                "value": "000166254764858266"
            }
        ],
        "extraFields": []
    }
}