Digital Voucher

  • Inquiry
{
  "partnerId": "ayopop",
  "productCode": "PVDGAF50",
  "accountNumber": "082160482001"
}
{
    "responseCode": 300,
    "success": true,
    "message": {
        "ID": "Inkuiri berhasil",
        "EN": "Inquiry is successful"
    },
    "data": {
        "inquiryId": 4589146,
        "accountNumber": "082160482001",
        "customerName": "N/A",
        "productName": "Voucher Alfamart 50.000",
        "productCode": "PVDGAF50",
        "category": "Voucher Digital",
        "amount": 50000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "28 Dec 2022 | 13:56"
            },
            {
                "key": "Nomor Pelanggan",
                "value": "082160482001"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "isMandatory": true,
                "key": "Harga Produk",
                "value": 50000
            },
            {
                "billId": "0",
                "billInfo": [],
                "isMandatory": true,
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [],
        "extraFields": []
    }
}
  • Payment
{
  "partnerId": "ayopop",
  "refNumber": "ye73hwnj38dhnr",
  "accountNumber": "082160482001",
  "productCode": "PVDGAF50",
  "amount": 50000,
  "inquiryId": 4589146
}
{
    "responseCode": 299,
    "success": true,
    "message": {
        "ID": "Transaksi sedang dalam proses",
        "EN": "Your transaction is processing"
    },
    "data": {
        "refNumber": "ye73hwnj38dhnr1",
        "transactionId": 220975,
        "accountNumber": "082160482001",
        "amount": 50000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "PVDGAF50",
        "productName": "Voucher Alfamart 50.000",
        "category": "Voucher Digital",
        "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": "ye73hwnj38dhnr",
        "transactionId": 220965,
        "accountNumber": "082160482001",
        "amount": 50000,
        "totalAdmin": 0,
        "processingFee": 0,
        "denom": "",
        "productCode": "PVDGAF50",
        "productName": "Voucher Alfamart 50.000",
        "category": "Voucher Digital",
        "token": "VC50-20181005-3370",
        "customerName": "N/A",
        "validity": "",
        "customerDetails": [
            {
                "key": "Nama Pelanggan",
                "value": "N/A"
            },
            {
                "key": "Tanggal & Waktu Pembayaran",
                "value": "28 Dec 2022 | 13:57"
            },
            {
                "key": "Nomor Pelanggan",
                "value": "082160482001"
            }
        ],
        "billDetails": [
            {
                "billId": "1",
                "billInfo": [],
                "key": "Harga Produk",
                "value": 50000
            },
            {
                "billId": "0",
                "billInfo": [],
                "key": "Biaya Administrasi",
                "value": 0
            }
        ],
        "productDetails": [
            {
                "key": "Kode Voucher",
                "value": "N/A"
            },
            {
                "key": "Serial Nomor",
                "value": "VC50-20181005-3370"
            },
            {
                "key": "Berlaku Sampai",
                "value": "2021-12-13"
            },
            {
                "key": "Redeem Url",
                "value": "https://dev.uvcr.me/f49cefc5e368538c8794b2cd96e4e98a/1567581388"
            }
        ],
        "extraFields": []
    }
}