/n software 3-D Secure V2 Python Edition

Questions / Feedback?

authentication_error_url Property

Location where authentication errors are posted to.

Syntax

def get_authentication_error_url() -> str: ...
def set_authentication_error_url(value: str) -> None: ...

authentication_error_url = property(get_authentication_error_url, set_authentication_error_url)

Default Value

""

Remarks

This property is automatically filled by the verify_enrollment method, to the same value as the acsurl. If it is required that errors be posted to a different address, this property can be changed before calling check_authentication_response. Only errors generated by the check_authentication_response method will be posted to this URL. Errors generated by the request_card_ranges and verify_enrollment methods will be posted to the enrollment_error_url. If this property is set to empty before calling the check_authentication_response method no errors will be posted.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8162]