/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

NotificationURL Property

The notification URL to which the challenge response is sent.

Object Oriented Interface

public function getNotificationURL();
public function setNotificationURL($value);

Procedural Interface

ipworks3ds_server_get($res, 60 );
ipworks3ds_server_set($res, 60, $value );

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 SendAuthRequest.

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 CheckResponse. See GetChallengeRequest and CheckResponse for more details.

Data Type

String

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