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

Implement re-sending payment messages #1247

Open
maaktweluit opened this issue Apr 19, 2021 · 0 comments
Open

Implement re-sending payment messages #1247

maaktweluit opened this issue Apr 19, 2021 · 0 comments
Assignees

Comments

@maaktweluit
Copy link
Contributor

Why:

  • Payment message could be dropped due to network error or malicious activity. In such case the provider wouldn't be informed about incoming payment.
  • We don't want providers to falsely believe that they've been cheated.

What:

  • Implement re-sending Payment message if it is not acknowledged by the provider within specified time.
  • The acknowledgement time and interval between delivery attempts should be configurable via environment variables (with reasonable default values).
  • Re-sending could be implemented either in payment service directly or in the payment driver (by re-sending the NotifyPayment message).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants