v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

Get Global Transaction Limit

get/limit/getGlobalTransactionLimit

Response

200

maxAmountPerTransactionstring
maxCumulativeAmountstring
maxTransactioninteger
periodTypestring
transactionTypestring

Example response

[
  {
    "maxAmountPerTransaction": "string",
    "maxCumulativeAmount": "string",
    "periodType": "DAY",
    "transactionType": "INTRA_BANK"
  }
]