BPJSTK - BPU

  • Inquiry
{
  "productCode": "product-code",
  "partnerId": "partner-id",
  "accountNumber": "8888801470615100",
  "month": 1
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 10199500,
        "accountNumber": "187101090793000901",
        "customerName": "TEST",
        "productName": "product-name",
        "productCode": "product-code",
        "category": "BPJS",
        "amount": 39300,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama",
                "value": "TEST"
            },
            {
                "key": "NIK / ID Billing",
                "value": "2187103000901"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "09:36 | 26 Sep 2023"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [
                    {
                        "key": "Iuran JHT",
                        "value": "20000"
                    },
                    {
                        "key": "Iuran JKK",
                        "value": "10000"
                    },
                    {
                        "key": "Iuran JKM",
                        "value": "6800"
                    }
                ],
                "isMandatory": true,
                "key": "Total Iuran",
                "value": 36800
            },
            {
                "billId": "0",
                "billInfo": [],
                "isMandatory": true,
                "key": "Biaya Transaksi",
                "value": 2500
            }
        ],
        "productDetails": [
            {
                "key": "Tanggal Efektif Masa Perlindungan",
                "value": "27-08-2021 "
            },
            {
                "key": "Tanggal Berakhir Masa Perlindungan",
                "value": "26-09-2021 "
            },
            {
                "key": "Kantor Cabang",
                "value": "JAKARTA GROGOL"
            },
            {
                "key": "Kode Iuran",
                "value": "921083112662"
            }
        ],
        "extraFields": [
            {
                "key": "Tunggakan",
                "value": "Total Iuran diatas merupakan nominal dari kode iuran yang belum terbayarkan sebelumnya."
            }
        ]
    }
}
  • Payment
{
  "partnerId": "partner-id",
  "refNumber": "10199538",
  "accountNumber": "187101090793000901",
  "productCode": "product-code",
  "amount": 39300,
  "inquiryId": 10199538,
  "month": 1
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "10199538",
        "transactionId": 293278,
        "accountNumber": "187101090793000901",
        "amount": 39300,
        "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": "10199538",
        "transactionId": 303079,
        "accountNumber": "187101090793000901",
        "amount": 39300,
        "totalAdmin": 2500,
        "processingFee": 0,
        "denom": "",
        "productCode": "TBPBU",
        "productName": "BPJS TK BPU",
        "category": "BPJS",
        "token": "token",
        "customerName": "NICO JULIAN",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama",
                "value": "NICO JULIAN"
            },
            {
                "key": "NIK / ID Billing",
                "value": "1871011111111901"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "09:43 | 26 Sep 2023"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [
                    {
                        "key": "Iuran JHT",
                        "value": "20000"
                    },
                    {
                        "key": "Iuran JKK",
                        "value": "10000"
                    },
                    {
                        "key": "Iuran JKM",
                        "value": "6800"
                    }
                ],
                "key": "Total Iuran",
                "value": 36800
            },
            {
                "billId": "0",
                "billInfo": [],
                "key": "Biaya Transaksi",
                "value": 2500
            }
        ],
        "productDetails": [
            {
                "key": "Tanggal Efektif Masa Perlindungan",
                "value": "27-08-2021 "
            },
            {
                "key": "Tanggal Berakhir Masa Perlindungan",
                "value": "26-09-2021 "
            },
            {
                "key": "Kantor Cabang",
                "value": "JAKARTA GROGOL"
            },
            {
                "key": "Nomor Kepesertaan",
                "value": "-"
            },
            {
                "key": "Nomor Referensi",
                "value": "AYO16956961655364247"
            },
            {
                "key": "Kode Iuran",
                "value": "921083112662"
            }
        ],
        "extraFields": []
    }
}