| Enum | Description |
|---|---|
| BankingSubmodule |
Submodules for the
TRANSACTIONS module |
| Exception | Description |
|---|---|
| InsufficientBalanceException |
Exception thrown when an account does not have enough balance for a transfer
|
| MaturityPolicyException |
Exception thrown when the payer is not allowed to do a payment because the dRate is too high.
|
| MaxAmountExceededException |
Exception thrown when the maximum amount was exceeded on a payment
|
| MaxAmountPerDayExceededException |
Exception thrown when the maximum amount per day was exceeded on a payment
|
| MaxAmountPerMonthExceededException |
Exception thrown when the maximum amount per month was exceeded on a payment
|
| MaxAmountPerWeekExceededException |
Exception thrown when the maximum amount per week was exceeded on a payment
|
| MaxTransfersPerDayExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of transfers per day.
|
| MaxTransfersPerMonthExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of transfers per month.
|
| MaxTransfersPerWeekExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of transfers per week.
|
| MinAmountExceededException |
Exception thrown when the minimum amount was exceeded on a payment
|
| MinTimeBetweenTransfersException |
Exception thrown when the payment cannot be performed because
it must wait a minimum period of time
|
| NegativeBalanceMaturityPolicyException |
Exception thrown when the payer is not allowed to do a payment because the balance is negative and there is a maturity policy.
|
| TransferException |
Exception thrown when there is a problem inserting a transfer
|
| UpperCreditLimitReachedException |
Exception thrown when an account would have more balance than the allowed by the upper credit limit restriction
|
| UserNotInPosChannelException |
Exception thrown when attempting to receive a payment from an user which doesn't participate on the POS channel
|