We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, we observed in our production system that a paidLate invoice has not triggered the recipe.
The trigger of our "Generated_FiatExchangeConversion" recipe is:
Btcpayserver Invoice Status Change to confirmed(false or paidPartial or paidOver or paidLate or marked)
An invoice had been paid late. We have marked it as complete the next morning:
31.5.2021 21:12:48 Invoice status is expired 31.5.2021 21:12:48 Invoice xxx new event: invoice_expired (1004) 31.5.2021 21:43:33 Invoice xxx new event: invoice_receivedPayment (1002) 31.5.2021 21:43:33 Invoice status is expired (paidLate) 31.5.2021 21:43:33 Invoice xxx new event: invoice_paidAfterExpiration (1009) 1.6.2021 09:36:17 Invoice xxx new event: invoice_markedComplete (2008) 1.6.2021 09:36:28 Invoice xxx is not monitored anymore.
The invoice ID did appear neither in the logs of the recipe nor in the docker logs.
Any help is appreciated. Thanks in advance :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, we observed in our production system that a paidLate invoice has not triggered the recipe.
The trigger of our "Generated_FiatExchangeConversion" recipe is:
An invoice had been paid late. We have marked it as complete the next morning:
The invoice ID did appear neither in the logs of the recipe nor in the docker logs.
Any help is appreciated. Thanks in advance :-)
The text was updated successfully, but these errors were encountered: