Interface ScheduledPaymentServiceLocal

    • Method Detail

      • acceptPaymentRequest

        ScheduledPayment acceptPaymentRequest​(PaymentRequest paymentRequest)
        Generates the scheduled payment for accepting a payment request, which must be open and scheduled
      • cancelAll

        int cancelAll​(UserAccount account)
        Cancels all scheduled payments to or from the given account
      • markAsFailed

        void markAsFailed​(ScheduledPaymentInstallment installment)
        Marks the given installment as failed, generating the notifications to the involved parties
      • notifyPaymentPerformed

        void notifyPaymentPerformed​(ScheduledPayment scheduledPayment)
        Send all notifications derived from to a scheduled payment creation E.g notifies the receiving user if the scheduled payment is visible, and not generated from a payment request (as it is already notified)
      • previewAcceptPaymentRequest

        ScheduledPaymentPreviewVO previewAcceptPaymentRequest​(PaymentRequest paymentRequest)
        Previews accepting the given payment request, which must be open and scheduled