/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

AccountType Property

Indicates the type of account.

Object Oriented Interface

public function getAccountType();
public function setAccountType($value);

Procedural Interface

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

Default Value

''

Remarks

This is included in the Authentication Request Message (AReq) sent to the directory server. Required if the 3-D Secure Requestor is asking the cardholder which account type they are using before making the purchase. Required in some markets (for example, for merchants in Brazil). Otherwise, this is optional.

Valid values are as follows:

01Not applicable
02Credit
03Debit

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]