We are looking to implement S2S notifications, but in our case we have multiple environments for the same App:
The common options seem to be:
Development
User Acceptance Testing
Production
The common options seem to be:
A different app for each environment
A service that receives the notification and forwards it to the correct environment
A service that handles the notifications for all environments