Improved
Incode sandbox and production routing in blueprints
13 days ago
Incode identity verification in blueprints now routes to sandbox or production based on the demoMode feature on the action. Set demoMode to true when you want test flows against Incode's demo environment; set it to false for live verification, so you are not maintaining separate blueprint definitions for each environment.
- Blueprint creation requires
configurationId,clientId, andapiKeyin the action context, so missing credentials fail at definition time instead of mid-verification. - The same blueprint shape works across environments; only
demoModeand the matching Incode credentials need to change between sandbox and production.
