Retrieve Transaction Limit

This endpoint allows users to define maximum allowable values for specific transaction parameters, such as transaction amount or transaction frequency. By setting these limits, organizations can detect and manage unusual transaction behaviors more effectively. When a transaction exceeds the configured limit, it may either be flagged for review or automatically declined to mitigate potential fraud risks.

GET: {{BASE_URL}}/api/v1/monitoring/limit

Status Codes

  • 200: OK. Data is successfully returned.
  • 400: Bad Request. The threshold information cannot be gotten. Request is not completed successfully.
  • 404: Not Found. The threshold information is not found. Request is not completed successfully.

Example Response

{ 
  "limit": 200000
}

Response Fields

FieldDescriptionType
limitThis is the maximum allowable values for specific transaction parametersNumber