Skip to main content
GET
/
api
/
v1
/
configs
/
transaction_threshold
Get Transaction Threshold
curl --request GET \
  --url https://pay-api.holdstation.com/api/v1/configs/transaction_threshold
{
  "message": "success",
  "data": {
    "config": {
      "key": "transaction_threshold",
      "description": "Transaction thresholds for deposit and withdrawal",
      "value": {
        "fields": {}
      }
    }
  }
}

Overview

Partners use this API to retrieve the list of transaction thresholds for deposit and withdrawal operations. All values are in VND.
{
  "message": "success",
  "data": {
    "config": {
      "key": "transaction_threshold",
      "description": "Transaction thresholds for deposit and withdrawal",
      "value": {
        "fields": {}
      }
    }
  }
}