API reference, Onboarding

Perform MFA

POSThttps://demo-api.incodesmile.com/omni/oneToN/mfa

This method is used for confirming user identity by sending last four digits of his phone number. transactionId which was received in /omni/oneToN/identify response should be used.

Headers

api-versionstringrequiredDefaults to 1.0

Request body

application/json

verificationCodestring≥ 1 chars

The last 4 digits of the user's phone number.

transactionIdstring≥ 1 chars

Authentication identifier received in [/omni/oneToN/identify](#/Login/oneToNIdentify).

Responses