My understanding was that creating a new “Application” in the sandbox creates an app that does not share information with other apps in the sandbox. I’m seeing that this is not true - dwolla customers can be created in one application, and their data can be accessed in another.
Most importantly, I’m seeing crossover in the dwolla webhook endpoints. Events generated in one sandbox is triggering webhook events to all the webhook endpoints across 3 different “Applications”. This is causing issues, since different databases are used & the correlation IDs don’t match.
Am I experiencing a bug or is this expected functionality? If it is expected functionality, what is the purpose behind creating multiple “Applications” in my sandbox account?
How would I create an additional sandbox application that’s completely separate from the others, without creating a new account? Any help appreciated.