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": {}
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt

Use this file to discover all available pages before exploring further.

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": {}
      }
    }
  }
}