Hello and thanks for providing any insight.
I am trying to setup a webhooks to my AWS dynamodb to store all events so I can keep them as a backup.
I noticed that after resubscribing, multiple of the same webhook is being sent. The only thing that changes is the transaction_id.
So in this case, I keep getting the same type “RENEWAL” webhooks every 5 or so minutes. Most recently I counted 7 webhooks including the last one which was type “CANCELLATION” before they stopped. Is there anything I missed? Is it because it is in a Sandbox environment that I get multiple renewal actions from Apple?
All webhooks are getting the correct response code 200 and there is a green check mark next to them.