ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
113 stars 14 forks source link

Add a per-invoice webhook for BOLT11 payments #85

Closed pm47 closed 3 months ago

pm47 commented 3 months ago

A new --webhookUrl parameter has been added to createinvoice and will be notified when that specific payment has been received, in addition to the normal webhook(s) defined in configuration.

Usage:

phoenix-cli createinvoice --description "test webhook" --webhookUrl https://my.webhook.net

Suggested in #79.