I've noticed that the server we've created to handle the notifications received from apple serve-to-server notifications have been sent in a couple of days at time.
Exemple: Apple sent a notification INITIAL_BUY type at 01/28/2022. At 01/29/2022, apple sent another two INITIAL_BUY notifications, with the same originalTransactionId and trasactionId. As the server is not expecting to receive another INITIAL_BUY, it has been returning 5xx for Apple. For this same consumer, I've received another five notifications with INITIAL_BUY, all of them with the same trasactionId. Futhermore, I've received another notifications that were repeated and with the previous transactionId from the INITIAL_BUY...