📘

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": "PPLSIND12"
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 125222,
        "accountNumber": "0814111111200",
        "customerName": "N/A",
        "productName": "Indosat Pulsa 12.000 -AR",
        "productCode": "PPLSIND12",
        "category": "Pulsa",
        "amount": 1000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetail": [],
        "billDetails": [],
        "productDetails": [],
        "extraFields": []
    }
}
  • Payment
{
  "partnerId": "ayopop",
  "accountNumber": "0814111111200",
  "productCode": "PPLSIND12",
  "inquiryId": 125222,
  "amount": 1000,
  "refNumber": "cropdrdevtest1"
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "cropdrdevtest1",
        "transactionId": 112247,
        "accountNumber": "0814111111200",
        "amount": 1000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "PPLSIND12",
        "productName": "Indosat Pulsa 12.000 -AR",
        "category": "Pulsa",
        "token": "",
        "customerDetails": [],
        "billDetails": [],
        "productDetails": [],
        "extraFields": []
    }
}
  • Status
{
    "responseCode": 0,
    "success": true,
    "message": {
        "ID": "Transaksi Anda Telah Berhasil",
        "EN": "Your transaction was successful"
    },
    "data": {
        "refNumber": "cropdrdevtest1",
        "transactionId": 112247,
        "accountNumber": "0814111111200",
        "amount": 1000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "PPLSIND12",
        "productName": "Indosat Pulsa 12.000 -AR",
        "category": "Pulsa",
        "token": "1908202085666581",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "17 Sep 2021 | 12:30"
            },
            {
                "key": "Nomor HP",
                "value": "0814111111200"
            }
        ],
        "billDetails": [],
        "productDetails": [
            {
                "key": "Serial Nomor",
                "value": "1908202085666581"
            }
        ],
        "extraFields": []
    }
}