/n software 3-D Secure V2 Python Edition

Questions / Feedback?

enrollment_error_url Property

Location where card range and enrollment verification errors are posted to.

Syntax

def get_enrollment_error_url() -> str: ...
def set_enrollment_error_url(value: str) -> None: ...

enrollment_error_url = property(get_enrollment_error_url, set_enrollment_error_url)

Default Value

""

Remarks

This property is automatically filled whenever the directory_server_url is set, as normally the enrollment_error_url should be identical to the directory_server_url. If it is required that errors be posted to a different address, this property can be changed before calling request_card_ranges or verify_enrollment. Only errors generated by the request_card_ranges and verify_enrollment methods will be posted to this URL. Errors generated by the check_authentication_response method will be posted to the authentication_error_url. If this property is set to empty before calling the request_card_ranges or verify_enrollment methods 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]