Interface RecurringPaymentServiceLocal

    • Method Detail

      • acceptPaymentRequest

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

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

        void markAsFailed​(RecurringPaymentOccurrence occurrence)
        Marks the given occurrence as failed, notifying the involved parties
      • notifyPaymentPerformed

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

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