Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.65 KB

MultiStepAuthenticationCallback.md

File metadata and controls

13 lines (10 loc) · 1.65 KB

# MultiStepAuthenticationCallback

Properties

Name Type Description Notes
hash string Hash that was returned in the previous multi-step authentication error.
challenge_response string Challenge response. Must be set when the previous multi-step authentication error had status 'CHALLENGE_RESPONSE_REQUIRED. [optional]
two_step_procedure_id string The bank-given ID of the two-step-procedure that should be used for authentication. Must be set when the previous multi-step authentication error had status 'TWO_STEP_PROCEDURE_REQUIRED. [optional]
redirect_callback string Must be passed when the previous multi-step authentication error had status 'REDIRECT_REQUIRED'. The value must consist of the complete query parameter list that was contained in the received redirect from the bank. [optional]
decoupled_callback bool Must be passed when the previous multi-step authentication error had status 'DECOUPLED_AUTH_REQUIRED' or 'DECOUPLED_AUTH_IN_PROGRESS'. The field represents the state of the decoupled authentication meaning that when it's set to 'true', the end-user has completed the authentication process on bank's side.<br/><br/>Please note: Don't repeat the service call too frequently. Some banks limit the amount of requests per minute. Our suggestion is to repeat the service call for the decoupled approach every 5 seconds. [optional]

[Back to Model list] [Back to API list] [Back to README]