- Apr 10, 2021
-
-
makes it easier to evaluate why some are not properly processed.
-
-
-
-
-
-
-
Since stripe now only shows events from last 30 days, it's useful to be able to show them via the systemlog which goes back forever.
-
Always add certain webhooks to queue instead of processing immediately. This ensures those that should be processed immediately can be (eg. invoice.payment_succeeded) so that payments get marked as completed/receipts are sent immediately. invoice.finalized arrives at the same time but does not need processing immediately