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

Add invoice liquidity withdrawal mutation resolvers #191

Closed
wilsonianb opened this issue Dec 1, 2021 · 1 comment · Fixed by #199
Closed

Add invoice liquidity withdrawal mutation resolvers #191

wilsonianb opened this issue Dec 1, 2021 · 1 comment · Fixed by #199
Assignees
Labels
pkg: backend Changes in the backend package.

Comments

@wilsonianb
Copy link
Contributor

Enable wallet to "withdraw" received invoice liquidity to recipient's wallet account.

Or.... what if payments to invoices went directly to the settlement account instead of an invoice account, a la #190.
The wallet could be notified about changes to the amount received by an invoice and can update that transaction amount on the recipient's wallet account.
Would notifying the wallet for every received ILP packet for an invoice be acceptable?

@wilsonianb wilsonianb added the pkg: backend Changes in the backend package. label Dec 1, 2021
@wilsonianb wilsonianb self-assigned this Dec 1, 2021
@wilsonianb
Copy link
Contributor Author

This would be obviated by #197

Would notifying the wallet for every received ILP packet for an invoice be acceptable?

The pending webhooks implementation (#199) has events for:

  • invoice fully paid
  • partially paid invoice expired

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant