Hi @ali-cygnet,
I understand your concern about testing all possible scenarios before going to production. To address this, I suggest using a mock server to simulate the document flow API for specific scenarios, such as verifying Business documents without affecting the controller’s verification. Here are some examples on creating mock API servers that might be helpful to reference:
- API Mocking- Everything You Need To Know.
- Configure and use a Postman mock server | Postman Learning Center
This controlled testing environment will allow you to test any combination safely. In addition to that, they are also useful when it comes to load testing and security testing.
Hope that helps! Let us know if we can provide any further help throughout your testing!