Help with receiving message in webhook? #111
Answered
by
pm47
dplusplus1024
asked this question in
Q&A
-
|
Hi phoenixd peeps, It would be super awesome if I could receive the message (memo/note/comment) from the sender in my webhooks. Is this possible? Thanks so much. |
Beta Was this translation helpful? Give feedback.
Answered by
pm47
Sep 17, 2024
Replies: 1 comment 3 replies
-
|
Hi, that should be doable, will look into it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It's actually already supported since version 0.3.3
{ "type": "payment_received", "timestamp": 1726581891919, "amountSat": 12345, "paymentHash": "e4c4a46e3ebb9aff96b2b18c8cb5b4ed2350dd3959ea579f36724ebed43d7e69", "externalId": null, "payerNote": "Hello there! 👋", "payerKey": "02a253612063909c59bfa766d3c459a3eb3ec50c51f938099397158200d025f213" }