Personal
The Personal Screen component enables end-users to enter their details securely for verification against government data sources. This guide covers implementation, customization, and event handling.
Quick Start
Configuration Guide
Basic Configuration
General Settings
For more detailed configuration options, please refer to the Field Configuration section below
Country-Specific Configuration
You can customize fields based on country (using ISO 3166-1 alpha-3 codes) and state:
Field Configuration
Name
Date of Birth
Address
Custom
Name
- givenName
- middleName
- familyName
- fieldType: ‘input’
- dataType: ‘text’
- label: Custom label
- hide: true/false
- rules:
- required: { value: ‘boolean’, message: ‘string’ }
- pattern: { value: ‘regex string’, message: ‘string’ }
Event Handling
Emitted when the screen is successfully mounted
Emitted when form submission is complete and ready for next step
Emitted when an error occurs during form operation
Event Listener Example
Best Practice
Always implement error handling and loading states when working with Personal Screen events to provide a smooth user experience.
Google Maps API Key
Google Maps API is optional for OneSDK. Customers do not need to enable Google Maps API to use OneSDK—tokens can still be generated without it.
If you have a Google Maps API key, you can provide it for address auto-complete functionality, but it is not required.