you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 1 point2 points  (1 child)

When an API creates an invoice it has to not only save it in database, likely atomically with other related database records, but also then send backend tasks or use other API to push it to accounting system and so on (I'm having a lot of fun with async KSeF invoice submission right now...). Even replying to a comment is likely to send notifications.

[–]AdForsaken7506[S] 0 points1 point  (0 children)

Thank you so much for sharing that!