Google Play

  • Inquiry
{
  "partnerId": "partner-id",
  "productCode": "product-code",
  "accountNumber": "[email protected]"
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 5070834,
        "accountNumber": "[email protected]",
        "customerName": "N/A",
        "productName": "product-name",
        "productCode": "product-code",
        "category": "Google Play",
        "amount": 0,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "23 Jan 2023 | 15:29"
            },
            {
                "key": "Nomor Pelanggan",
                "value": "0811111111111"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "isMandatory": true,
                "key": "Harga Produk",
                "value": 0
            },
            {
                "billId": "0",
                "billInfo": [],
                "isMandatory": true,
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [
            {
                "key": "Nama Produk",
                "value": "product-name"
            }
        ],
        "extraFields": []
    }
}
  • Payment
{
  "partnerId": "ayopop",
  "refNumber": "ye73hwnj38dhnr",
  "accountNumber": "[email protected]",
  "productCode": "PGPLGL20",
  "amount": 20000,
  "inquiryId": 4589146
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "testgplaysandboxv2",
        "transactionId": 251074,
        "accountNumber": "[email protected]",
        "amount": 20000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "product-code",
        "productName": "product-name",
        "category": "Google Play",
        "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": "testgplaysandboxv2",
        "transactionId": 251074,
        "accountNumber": "0811111111111",
        "amount": 20000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "product-code",
        "productName": "product-name",
        "category": "Google Play",
        "token": "MNMNTOKENMNMN",
        "customerName": "N/A",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "23 Jan 2023 | 15:32"
            },
            {
                "key": "Nomor Pelanggan",
                "value": "0811111111111"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "key": "Harga Produk",
                "value": 20000
            },
            {
                "billId": "0",
                "billInfo": [],
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [
            {
                "key": "Nama Produk",
                "value": "product-name"
            },
            {
                "key": "ID Unik Transaksi",
                "value": "MMNEXAMPLEMMN"
            },
            {
                "key": "Nomor Referensi",
                "value": "00000011111"
            },
            {
                "key": "Kode Voucher",
                "value": "01111111111111"
            },
            {
                "key": "Nomor Serial",
                "value": "231111111111111"
            }
        ],
        "extraFields": []
    }
}