Inticore API Documentation
  1. Balance
Inticore API Documentation
  • General
    • Introduction
    • API Base URL
    • Response Code List
    • Document Versioning
  • Guidance for Generating Signature
    • Payment/Deposit Request
    • Transfer/Disbursement Request
    • Check Transaction
    • Merchant Balance
    • Callback Notification
  • Transactions
    • Payment/Deposit Request
      POST
    • Transfer/Disbursement Request
      POST
    • Check Transaction
      POST
    • Callback Notification
      POST
  • Products
    • Product/Channel List
      GET
  • Balance
    • Merchant Balance
      POST
  1. Balance

Merchant Balance

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
/balance/{merchantCode}
This endpoint is used when merchant want to see how much balance available to used in Transfer/Disbursement process.

Request

Path Params

Body Params application/json

Example
{
  "MerchantCode": "F00021",
  "Service": "balance",
  "Signature" : "xBuGLrSsd0nH8lJWjoY75cch61Y="
}

Responses

🟢200Success
application/json
Body

Example
{
    "code": "00",
    "status": 200,
    "message": "SUCCESS",
    "error": "",
    "data": {
        "currency": "IDR",
        "balance": 550300
    }
}
Previous
Product/Channel List
Built with