How to launch an nfc onboarding
To propose your users an NFC onboarding,
-
you need to first ensure with your ShareID sales that, your contract includes this feature (you need both Doc IDV and NFC features)
-
You have to get a token as usual for an onboarding
-
When sending your credendials to the API, set those fields too:
POST {API_URL}/flow/onboarding/auth/business
{
"business_hash": "[BUSINESS_HASH]",
"api_key": "[API_KEY]",
"nfc_is_enabled": "exclusive",
"methods": ["doc"]
}
The parameter "nfc_is_enabled" allows you to define your user's workflow:
-
if nfc_is_enabled="exlusive", only NFC workflow is proposed to the user.
-
if nfc_is_enabled="with_fallback", the NFC workflow is proposed first then it falls back to video based verification if the users phone does not have NFC capability or if the user's document is not equiped with a biometric chip.