IPWorks OFX 2020 Python Edition

Questions / Feedback?

challenge_answer Property

User's answer to the challenge question identified by QuestionId .

Syntax

def get_challenge_answer(challenge_question_index: int) -> str: ...
def set_challenge_answer(challenge_question_index: int, value: str) -> None: ...

Default Value

""

Remarks

User's answer to the challenge question identified by challenge_question_id.

Depending on the value of challenge_question_id, this answer can be collected by user or client. Values above MFA100 are reserved for questions that the server expects the client to answer. These do not require customer responses. All other IDs as well as server specific IDs expect customer responses. Clients may need to identify out of band which of the IDs above MFA100 they support.

The challenge_question_index parameter specifies the index of the item in the array. The size of the array is controlled by the challenge_question_count property.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]