Authentication Token
Before you can call any API endpoint, you must first acquire an OAuth 2 authorization token. This is done by calling the following POST endpoint:
Request
POST
https://tokoapi-dev.netzme.com/public/api/ppob/v1/get-token
Headers
Name
Value
Content-Type
application/json
X-SIGNATURE
X-CLIENT-ID
Partners ClientId, eg Xersia01
X-TIMESTAMP
Epoch time
X-MSG-ID
Random ID (eg: UUID)
Name
Type
Description
requestId
String
value must same with X-MSG-ID
requestTime
Long
value must same with X-TIMESTAMP
type
String
body
JSON Object
Body Object
Body
Name
Type
Description
merchantId
String
your MerchantID, eg: M_YDXabcd1
webview
Boolean
To show url or openAPI
additionalInfo
String
leave as empty string for now
Response
Last updated