Product Detail

This API will show you about active denom

GET https://tokoapi-dev.netzme.com/public/api/ppob/v1/product/{productID}?merchantId={merchantId}

Query Param

NameTypeDescription

productId

String

The Product ID you get from Product List

merchantId

String

Your merchant ID, eg : M_YDXabcd1

Headers

ParameterDescription

Content-Type

application/json

X-CLIENT-ID

Provided by netzme, eg : Xersia01

X-TIMESTAMP

Epoch Time of the request, we will check it. The date of timestamp should be the date you request.

X-MSG-ID

Your unique request-id, eg: Random UUID

X-SIGNATURE

Transaction Signature, see page

X-AUTHORIZATION

Authorization token you get after hit Authentication Token

Example

{
    "requestId": "ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775",
    "type": "DETAIL_PRODUCT",
    "status": 200,
    "statusMessage": "success",
    "data": {
        "category_name": "Mobile Legends",
        "description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
        "game_category": "MLBB_ID",
        "game_checker": [
            {
                "name": "userid",
                "type": "string"
            },
            {
                "name": "zoneid",
                "type": "number"
            }
        ],
        "game_sub_product": [],
        "help_detail_description": "Untuk menemukan ID Pengguna Anda, klik avatar Anda di pojok kiri atas layar dan buka tab Info Umum. ID Pengguna Anda akan ditampilkan di bawah Nama Panggilan Anda. Silakan masukkan ID Pengguna lengkap Anda di sini, contohnya 12345678 (1234).",
        "help_image_url": "https://dev-backoffice.unipin.com/images/help_images_direct_topup_games/1565343343-help-ml_userid_demo.png",
        "icon_url": "https://dev-backoffice.unipin.com/images/icon_direct_topup_games/1565343343-icon-1548659712-icon-Mobile legend 300x300 px.png",
        "id": 2,
        "name": "Starlight Member",
        "product_type": "TOPUP",
        "sku": "SKU124"
    }
}

Last updated