/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

MessageCategory Property

The category of the message.

Object Oriented Interface

public function getMessageCategory();
public function setMessageCategory($value);

Procedural Interface

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

Default Value

''

Remarks

This field identifies the category of the message (Payment Authentication or Non-Payment Authentication). This will be sent in the Authentication Request Message (AReq) sent by the component when SendAuthRequest is called, and in the Results Request Message (RReq) received from the directory server (populated after calling CheckResponse.

Possible values include:

01 (default)PA (Payment Authentication)
02NPA (Non-Payment Authentication)

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]