| IPaymentProcessorCanPaySilently Method | 
Namespace: Resto.Front.Api
 Syntax
Syntaxbool CanPaySilently( decimal sum, Guid? orderId, Guid paymentTypeId, IPaymentDataContext context )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| PaymentActionCancelledException | Exception to notify that payment actions was cancelled with no message shown. | 
| PaymentActionFailedException | Exception to notify that payment actions was not successful. | 
 See Also
See Also