/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

RecurFrequency Property

An integer indicating the minimum number of days between authorizations.

Object Oriented Interface

public function getRecurFrequency();
public function setRecurFrequency($value);

Procedural Interface

ipworks3ds_mpi_get($res, 44 );
ipworks3ds_mpi_set($res, 44, $value );

Default Value

''

Remarks

This field indicates the minimum number of days between authorizations. A frequency of monthly is indicated by a value of "28". The earliest possible date for each authorization is based on the actual date of the prior authorization. Thus, if the most recent authorization was dated December 31, 2000, then the earliest possible date for the next authorization is January 28, 2001. However, the next authorization typically occurs on January 31, 2001. Later authorizations are acceptable, up until RecurEndDate.

This property is not available at design time.

Data Type

String

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