Netzme PPOB
  • Introducing
  • Getting Started
  • API Reference
    • Token Signature
    • Authentication Token
    • Transaction Signature
    • Open API
      • Get Balance
      • Product List
      • Product Percentage
      • Product Detail
      • Validate User
      • Order
      • Buy
      • Order Detail
      • Order Inquiry
      • Order List
      • Create Virtual Account
      • List Transactions
    • WebView
      • WebView Transaction Flow
      • WebView Interfaces
Powered by GitBook
On this page
  • Query Param
  • Headers
  • Example
  1. API Reference
  2. Open API

Product List

This API will show you about active game

GET https://tokoapi-dev.netzme.com/public/api/ppob/v1/product?limit=10&page=1&search=&orderBy=&merchantId={merchantId}

Query Param

Name
Type
Description

limit

String

Limit of shown data

page

String

Page

search

String

Key search

sort

String

asc , desc

orderBy

String

Order By field

merchantId

String

Your merchant ID, eg M_YDXabcd1

Headers

Parameter
Description

Content-Type

application/json

X-CLIENT-ID

Partner ClientId, 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

X-AUTHORIZATION

Example

{
    "requestId": "ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775",
    "type": "GET_PRODUCT",
    "status": 200,
    "statusMessage": "success",
    "data": {
        "items": [
            {
                "category_name": "Era of Celestials",
                "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": "EOC_ID",
                "game_checker": null,
                "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": "/images/help_images_direct_topup_games/1565343343-help-ml_userid_demo.png",
                "icon_url": "https://dev-backoffice.unipin.com/images/icon_direct_topup_games/1565327748-icon-1551085770-icon-picturemessage_hif2b2up.gfh.png",
                "id": 9,
                "name": "Era Of Celestial Diamond",
                "product_type": "TOPUP",
                "sku": "SKU130"
            },
            {
                "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": null,
                "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": "/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": 7,
                "name": "Mobile Legend Spark Package",
                "product_type": "TOPUP",
                "sku": "SKU127"
            },
            {
                "category_name": "Genshin Impact",
                "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": "GIM_ID",
                "game_checker": [
                    {
                        "name": "userid",
                        "type": "number"
                    },
                    {
                        "data": [
                            {
                                "name": "America Server",
                                "value": "os_usa"
                            },
                            {
                                "name": "Europe Server",
                                "value": "os_euro"
                            },
                            {
                                "name": "Asia Server",
                                "value": "os_asia"
                            },
                            {
                                "name": "TW, HK, MO Server",
                                "value": "os_cht"
                            }
                        ],
                        "name": "server",
                        "type": "dropdown"
                    }
                ],
                "help_detail_description": "",
                "help_image_url": "/images/help_images_direct_topup_games/1565343343-help-ml_userid_demo.png",
                "icon_url": "https://dev-backoffice.unipin.com/images/icon_direct_topup_games/1565327766-icon-1557980059-icon-1548927653-icon-Icon-1024.png",
                "id": 11,
                "name": "Genshin Impact",
                "product_type": "TOPUP",
                "sku": "SKU132"
            }
        ],
        "total_items": 11
    }
}
{
    "requestId": "ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775",
    "type": "AUTH",
    "status": 401,
    "statusMessage": "unauthorized"
}
curl --location --request GET 'https://tokoapi-dev.netzme.com/public/api/ppob/v1/product?limit=10&page=1&search=&orderBy=&merchantId={merchantId}' \
--header 'X-CLIENT-ID: Xersia01' \
--header 'X-SIGNATURE: 808bac29deaf1efc7f99e1f8aaefdccfbe9e135756ada8b3ab906124a6be19d0' \
--header 'Content-Type: application/json' \
--header 'X-AUTHORIZATION: eybzaWduYXR1cmUiOiI0MjZhZDg0NTgwMDdlNGNhZmE1MTBiY2ViZWM1Mzk5YWRlYmIxMzZhZjVmY2Y0MThmNjUyN2M5YmZkNDViYzBmIiwidG9rZW5QcG9iVXNlclJlc3BvbnNlIjp7InVzZXJJZCI6InJhaHlhbi1jbGllbnQiLCJleHBpcmVkVHMiOjE3MDk2OTcyMDI3ODYsInJvbGVzIjpbInBwb2IuZ2FtZV90b3B1cF9pbl9nYW1lIl19fQ==' \
--header 'X-TIMESTAMP: 1867413352207' \
--header 'X-MSG-ID: 61cc351c-1e97-46f5-9179-ec9c610c06ce'
PreviousGet BalanceNextProduct Percentage

Last updated 10 months ago

Transaction Signature, see

Authorization token you get after hit

page
Authentication Token