Steps 1 and 2 are part of your own UI. The potential data required is available as a model: EnhancedKycRequest
Step 3 can be accomplished by calling the API (currently, only the Asynchronous endpoint is available. This requires you to include a callback_url in the request):
Usage
let request =EnhancedKycRequest(...)SmileID.api.authenticate(...)SmileID.api.doEnhancedKycAsync(...)SmileID.api.pollJobStatus(...)
Steps 1 and 2 are part of your own UI. The potential data required is available as a model: FlutterEnhancedKycRequest
Step 3 can be accomplished by calling the API (currently only the Asynchronous API is available. This requires you to include a callback_url in your request):
⚠️Note: Recommend wrapping this in a component that can be navigated to and out of view due to a known issue with views displaying dialogs particularly on failure and the dialog keeps showing,
Steps 1 and 2 are part of your own UI. The potential data required is available as a model: FlutterEnhancedKycRequest
Step 3 can be accomplished by calling the API (currently only the Asynchronous API is available. This requires you to include a callback_url in your request):