Get Balance Deposit

Get balance deposit by merchant id

GET https://tokoapi-stg.netzme.com/api/aggregator/merchant/institution/balance/{merchant_id}

Path Parameters

NameTypeDescription

merchant_id*

String

contains merchant id

Headers

NameTypeDescription

Content-Type*

String

application/json

Signature*

String

See Authentication Page

Request-Time*

String

See Authentication Page

Authorization*

String

See Authentication Page

Client-Id*

String

See Authentication Page

{
  "requestId": "0b54f7a9-e117-4837-a67e-d58301c9ddce",
  "type": "disburse_get_balance",
  "status": 100,
  "statusMessage": "success",
  "body": {
      "merchantId": "M_HcG1Atkg"
      "totalBalance": "IDR 58532500.00"
  }
}

Last updated