See: Description
| Exception | Description |
|---|---|
| CreditNotFoundException |
This exception is thrown when the requested Credit does not exist in the database or is marked for delete.
|
| FinancialException |
This exception is thrown whenever a transaction against the back-end system fails with a financial error
or the payment approval is expired.
|
| FinancialTransactionNotFoundException |
This exception is thrown when the requested financial transaction does not exist in the database or is marked for delete
|
| InvalidCreditException |
This exception is thrown when the related Credit is not at the desired status.
|
| InvalidPaymentException |
This exception is thrown when the related Payment is not at the desired status.
|
| InvalidPaymentInstructionException |
This exception is thrown when the related Payment Instruction is not at the desired state.
|
| PaymentInstructionNotFoundException |
This exception is thrown when the requested PaymentInstruction does not exist in the database or is marked for delete.
|
| PaymentNotFoundException |
This exception is thrown when the requested Payment does not exist in the database or is marked for delete.
|