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
  • Document History
  • Transaction Flow
  • Flow Diagram

Getting Started

Document History

Vers
Date
Modification
Author

1

Febuary 22 , 2024

Initial

Netzme

In order to use the API, you will need Fulfillment

  1. For security reason, Netzme require to use IP Sec.

  2. Partner must provide Webhook APIs receive agent topup notifications

After that, Netzme team will provide you the credentials via email. The email data you receive will be

Credential Key
Credential Value
Description

ClientID

Your client id, eg: Johndoe, Xersia01

Provide by Netzme

ClientKey

Your client key, eg: jH45gXeSW3T8eCCoZQ5{I@iH99D]q9dQ_{{sl@|{xxAvDq?A~92Zw?<(0Mnz8Ygw

Provide by Netzme

List of merchant

M_YDXabcd1, M_DdaAa3, M_MJsaXsd2

Provide by Netzme

Callback / WebHook

Your server url, eg: https://yourstore.com/v1/agent-topup/notification

Provide by Partners

ClientCallbackKey

Callback / Webhook secret, to make sure its callback/webhook from netzme, eg: {I[@Jo7{6a)$d80WmQC)(afrkC^1Lg1e246LB4us[o]v[lC1#)(pJ]@5lkiRDwI

Provide by Netzme

ClientKeyPattern

eg: ||/cd

Provide by Netzme

PrivateKey

Private RSA KEY

Provide by Netzme, The key must stored on partner server

PublicKey

Public RSA KEY

Provide by Partners, The key store on Netzme server

Transaction Flow

Step 1

Step 2

Step 3

Step 4

Step 5

Step 7

Step 8

Step 9

Flow Diagram

PreviousIntroducingNextAPI Reference

Last updated 1 year ago

Partner generate signature token, see page.

Partner call our to get authentication Token.

Every transaction request, you need generate and authentication token

Partner call our to know the list of available Game.

Partner call our API to know the list of Game Checker Fields and Available Denom

Partner call our if the game required Validation Token to processing order

Partner call our to reserved order and get Order ID for processing Buy

Partner call our to process order

Signature Token
Get Token
transaction signature
Get Product API
Get Product Detail
Validate User API
Order API
Buy API