Exceptions
FinancialInstrumentNotFoundException ¶
Bases: PaymentPartyException
Exception raised when trying to use a non-existing Financial Instrument.
FinancialInstrumentTerminatedException ¶
Bases: PaymentPartyException
Exception raised when trying to use a terminated Financial Instrument.
FinancialInstrumentTypeNotSupportedException ¶
Bases: PaymentPartyException
Exception raised when trying to use a financial instrument type that is not supported.
Source code in components/payment_gateway/subcomponents/parties/protected/exceptions.py
LegalEntityNotFoundException ¶
Bases: PaymentPartyException
Exception raised when trying to use a non-existing Legal Entity.
LegalEntityTerminatedException ¶
Bases: PaymentPartyException
Exception raised when trying to use a terminated Legal Entity.
PaymentPartyException ¶
Bases: PaymentGatewayException
Base class for all Party exceptions.