/n software 3-D Secure V2 Python Edition

Questions / Feedback?

notification_url Property

The notification URL to which the challenge response is sent.

Syntax

def get_notification_url() -> str: ...
def set_notification_url(value: str) -> None: ...

notification_url = property(get_notification_url, set_notification_url)

Default Value

""

Remarks

This property specifies the URL to which the final challenge response is POSTed in a browser-based flow. This must be set before calling send_auth_request.

After the challenge interaction is complete the ACS will post data to the URL specified in this property to notify the application that the challenge is complete. The data received at this URL can be processed by calling check_response. See get_challenge_request and check_response for more details.

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