Greenfield API: API docs missing InvoiceProcessing event
See original GitHub issueThe Greenfield API sends an InvoiceProcessing
event which is also mentioned here in the “authorizedEvents” -> “specificEvents” section:
https://docs.btcpayserver.org/API/Greenfield/v1/#operation/Webhokks_GetWebhook
but is not listed on the left sidebar and also not mentioned in the description of the “type” like here: https://docs.btcpayserver.org/API/Greenfield/v1/#tag/Webhooks/paths/InvoiceCreated/post
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
BTCPay Greenfield API (v1)
BTCPay Server supports authenticating and authorizing users through an API Key that is generated by them. Send the API Key as a header...
Read more >Greenfield doc issue: 6 Event Names do not match the 6 values ...
Just realized some confusing shit in the Docs. The event names do NOT match the type field. There are 6 events and 6...
Read more >Invoices API (/invoices)
Element Description Req'd Unique
abandon‑reason Abandon reason no no
account‑type Chart Of Account Reference yes
advance‑payment‑received‑amount Amount of advance payment received
Read more >Integrate with the Invoicing API
Learn how to create and send an invoice with code. ... Use our official libraries for access to the Stripe API: Ruby. Python....
Read more >Sales Tax API Reference
Welcome to the TaxJar Sales Tax API! You can use our API to get information on sales tax rates, categories or upload transactions....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ndeet @woutersamaey yeah, you are right, it was renamed but docs were not updated.
PR to update the docs here: https://github.com/btcpayserver/btcpayserver/pull/3104
The solution to this seems that the
InvoicePaidInFull
event was renamed toInvoiceProcessing
but the docs were not updated accordingly. So updating the docs by regenerating or renaming should be the fix here.