/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

RecurEndDate Property

The date after which no further authorizations should be performed.

Object Oriented Interface

public function getRecurEndDate();
public function setRecurEndDate($value);

Procedural Interface

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

Default Value

''

Remarks

This field contains the date at which recurring payments are to end. It is the merchant's responsibility to ensure that the value of RecurEndDate is not later than the card's expiration date. Note that the card needs to be valid only at the time of authorization. It is not a problem if it expires between authorization and capture. This date is in the format YYYYMMDD.

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]