Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dunning): reset customer dunning counters on invoice updates #2876

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

ancorcruz
Copy link
Contributor

Roadmap

👉 https://getlago.canny.io/feature-requests/p/set-up-payment-retry-logic

👉 https://getlago.canny.io/feature-requests/p/send-reminders-for-overdue-invoices

Context

We want to automate dunning process so that our users don't have to look at each customer to maximize their chances of being paid retrying payments of overdue balances and sending email reminders.

We are extending dunning campaigns management to edit and delete campaigns.

Description

When an invoice included in a payment request that belongs to a dunning campaign is payment succeeded, this change resets the customer dunning campaign status counters (completed, last attempt number and last attempt timestamp).

 ## Roadmap

👉 https://getlago.canny.io/feature-requests/p/set-up-payment-retry-logic

👉 https://getlago.canny.io/feature-requests/p/send-reminders-for-overdue-invoices

 ## Context

We want to automate dunning process so that our users don't have to look
at each customer to maximize their chances of being paid retrying
payments of overdue balances and sending email reminders.

We are extending dunning campaigns management to edit and delete
campaigns.

 ## Description

When an invoice included in a payment request that belongs to a dunning
campaign is payment succeeded, this change resets the customer dunning
campaign status counters (completed, last attempt number and last attempt timestamp)
@ancorcruz ancorcruz merged commit 9b2b03b into main Nov 27, 2024
6 checks passed
@ancorcruz ancorcruz deleted the feat/dunning-edit-reset-counter-invoice-update branch November 27, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants