Paket Data

📘

Notes:

  • In the Sandbox we cannot test all the product code that we have in Production. We only can test the product code that we have in the scenario.
  • We cannot test all RC that we have (both in Sandbox and Prod), we only can test RC that we have in the scenario.
  • We don’t provide an active period for the Pulsa category.
  • For XL provider, there will be an inquiry checking for invalid numbers.
  • Inquiry
{
  "partnerId": "ayopop",
  "accountNumber": "0814111111200",
  "productCode": "PPDTIND100MB"
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 639757,
        "accountNumber": "083100000011",
        "customerName": "",
        "productName": "Axis Paket Data",
        "productCode": "PDAX101",
        "category": "Paket Data",
        "amount": 1000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetail": [],
        "billDetails": [],
        "productDetails": [],
        "extraFields": []
    }
  • Payment
{
  "inquiryId": 54436,
  "accountNumber": "083100000011",
  "productCode": "PPDTIND100MB",
  "amount": 1000,
  "refNumber": "dypd10",
  "partnerId": "ayopop"
}
{
    "responseCode": 4,
    "success": true,
    "message": {
        "ID": "Transaksi Anda Telah Berhasil",
        "EN": "Your transaction was successful"
    },
    "data": {
        "refNumber": "dypd10",
        "transactionId": 54436,
        "accountNumber": "083100000011",
        "amount": 1000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "PDAX101",
        "productName": "Axis BRONET 24 Jam 2 GB 60 Hari",
        "category": "Paket Data",
        "token": "9xCyIrhpEdPUZE88L6QB",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Waktu & Tanggal Pembayaran",
                "value": "13 May 2021 | 20:02"
            },
            {
                "key": "Nomor Kontrak",
                "value": "083100000011"
            }
        ],
        "billDetails": [],
        "productDetails": [
            {
                "key": "SN Number",
                "value": "9xCyIrhpEdPUZE88L6QB"
            }
        ],
        "extraFields": []
    }
}