Getting Started

Document History

VersDateModificationAuthor

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 KeyCredential ValueDescription

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

Partner generate signature token, see Signature Token page.

Step 2

Partner call our Get Token to get authentication Token.

Step 3

Every transaction request, you need generate transaction signature and authentication token

Step 4

Partner call our Get Product API to know the list of available Game.

Step 5

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

Step 7

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

Step 8

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

Step 9

Partner call our Buy API to process order

Flow Diagram

Last updated