Get Balance

This API will show you about your remaining balance

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

Query Params

NameTypeDescription

merchantId

String

Your merchantID

Headers

ParameterDescription

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

Transaction Signature, see page

X-AUTHORIZATION

Authorization token you get after hit Authentication Token

Example

{
    "requestId": "ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775",
    "type": "GET_BALANCE",
    "status": 200,
    "statusMessage": "success",
    "data": {
        "currency": "IDR",
        "deposit_amount": 4189794,
        "merchant_id": "M_YDXabcd1"
    }

Last updated