Unknown macro: {hivestonebreadcrumb}
Page tree
Skip to end of metadata
Go to start of metadata

Fusion provides two categories of error codes to indicate when transaction limits are violated - user-defined error codes defined during policy creation and system-defined legacy error codes. In the absence of any user-defined error codes, the system throws one of the following error codes:

System Error Codes

Error codesDescription

MAX_TXN_AMOUNT_LIMIT_VIOLATED

Transaction amount is above the maximum specified limit.

DAILY_TXN_COUNT_LIMIT_VIOLATED

Daily Transaction Count is violated.

WEEKLY_TXN_COUNT_LIMIT_VIOLATED

Weekly Transaction Count is violated.

MONTHLY_TXN_COUNT_LIMIT_VIOLATED

Monthly Transaction Count is violated.

QUARTERLY_TXN_COUNT_LIMIT_VIOLATED

Quarterly Transaction Count is violated.

YEARLY_TXN_COUNT_LIMIT_VIOLATED

Yearly Transaction Count is violated.

MIN_TXN_AMOUNT_LIMIT_VIOLATED

Transaction amount is below the minimum specified limit.

DAILY_TXN_AMOUNT_LIMIT_VIOLATED

Daily Transaction Amount is violated.

WEEKLY_TXN_AMOUNT_LIMIT_VIOLATED

Weekly Transaction Amount is violated.

MONTHLY_TXN_AMOUNT_LIMIT_VIOLATED

Monthly Transaction Amount is violated.

QUARTERLY_TXN_AMOUNT_LIMIT_VIOLATED

Quarterly Transaction Amount is violated.

YEARLY_TXN_AMOUNT_LIMIT_VIOLATED

Yearly Transaction Amount is violated.

MIN_BAL_LIMIT_VIOLATED

Balance after the transaction will be less than the specified limits

MAX_BAL_LIMIT_VIOLATED

Balance after the transaction will be more than the specified limits

MIN_BAL_LIMIT_BEFORE_TXN_VIOLATED

Balance before the transaction is less than the specified limits

MAX_BAL_LIMIT_BEFORE_TXN_VIOLATED

Balance before the transaction is more than the specified limits

DISALLOWED_TRANSACTION_CATEGORIES_VIOLATED

Transaction Category (ATM, ECOM, POS) is not allowed

ALLOWED_TRANSACTION_CATEGORIES_VIOLATED

Transaction Category (ATM, ECOM, POS) is allowed

DISALLOWED_TIME_SLICES_VIOLATED

Transaction not allowed at this time.

ALLOWED_TIME_SLICES_VIOLATED

Transaction allowed at this time.

On this page

Need Help?

Drop a mail at fusion-support@zeta.tech or call us on 080-6690 5995.

  • No labels