BPJSTK - PU

  • Inquiry
{
  "productCode": "product-code",
  "partnerId": "partner-id",
  "accountNumber": "8888801470615100",
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 10199607,
        "accountNumber": "210800004501",
        "customerName": "JKP EMPAT",
        "productName": "PU",
        "productCode": "TBPJPU",
        "category": "BPJS",
        "amount": 108990,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Perusahaan",
                "value": "JKP EMPAT"
            },
            {
                "key": "Kode Iuran",
                "value": "210800004501"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "26 Sep 2023 | 10:00"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [
                    {
                        "key": "Iuran JHT",
                        "value": "63167"
                    },
                    {
                        "key": "Iuran JKK",
                        "value": "17269"
                    },
                    {
                        "key": "Iuran JKM",
                        "value": "3787"
                    },
                    {
                        "key": "Iuran JPK",
                        "value": "0"
                    },
                    {
                        "key": "Iuran JPN",
                        "value": "24767"
                    }
                ],
                "isMandatory": true,
                "key": "Total Iuran",
                "value": 108990
            },
            {
                "billId": "0",
                "billInfo": [],
                "isMandatory": true,
                "key": "Biaya Transaksi",
                "value": 2500
            }
        ],
        "productDetails": [
            {
                "key": "NPP",
                "value": "21000104"
            },
            {
                "key": "Divisi",
                "value": "000"
            },
            {
                "key": "Bulan Tagihan",
                "value": "09/2021"
            }
        ],
        "extraFields": []
    }
}
  • Payment
{
  "partnerId": "partner-id",
  "refNumber": "10199538",
  "accountNumber": "187101090793000901",
  "productCode": "product-code",
  "amount": 39300,
  "inquiryId": 10199538,
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "10199607",
        "transactionId": 303081,
        "accountNumber": "210800004501",
        "amount": 111490,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "productCode": "product-code",
        "productName": "product-name",
        "category": "BPJS",
        "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": "10199607",
        "transactionId": 303081,
        "accountNumber": "210800004501",
        "amount": 111490,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "productCode": "TBPJPU",
        "productName": "PU",
        "category": "BPJS",
        "token": "token",
        "customerName": "JKP EMPAT",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Perusahaan",
                "value": "JKP EMPAT"
            },
            {
                "key": "Kode Iuran",
                "value": "210800004501"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "26 Sep 2023 | 10:01"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [
                    {
                        "key": "Iuran JHT",
                        "value": "63167"
                    },
                    {
                        "key": "Iuran JKK",
                        "value": "17269"
                    },
                    {
                        "key": "Iuran JKM",
                        "value": "3787"
                    },
                    {
                        "key": "Iuran JPK",
                        "value": "0"
                    },
                    {
                        "key": "Iuran JPN",
                        "value": "24767"
                    }
                ],
                "key": "Total Iuran",
                "value": 108990
            },
            {
                "billId": "0",
                "billInfo": [],
                "key": "Biaya Transaksi",
                "value": 2500
            }
        ],
        "productDetails": [
            {
                "key": "NPP",
                "value": "21000104"
            },
            {
                "key": "Divisi",
                "value": "000"
            },
            {
                "key": "Bulan Tagihan",
                "value": "09/2021"
            },
            {
                "key": "Nomor Referensi",
                "value": "REF12372108412525"
            }
        ],
        "extraFields": []
    }
}