User Input Types
User Input Type | Definition | Query format |
---|---|---|
otp | Either the OTP sent to the end user's device by the bank or an in app token in the user's bank app | The query field in the API response will include text instructing the user to provide the OTP |
secret_question | A set of questions set by the end user on a bank account | The query field in the API response will include text instructing the user to provide the secret question answer |
captcha | A captcha shown by the bank during bank operation | The query field in the API response will include a |
pin | Some bank accounts have hardware based device used to generate tokens for some bank operations | The query field in the API response will include text instructing the user to provide the PIN |
confirmation | Usually, the user needs to open his app or receive a call to confirm an operation | The query field in the API response will include text instructing the user to provide the conformation |
token | An in-app token similar to OTP. Usually, the user needs to open his app on the device to confirm an operation. | The query field in the API response will include text instructing the user to provide the token |
Updated 7 months ago