/n software 3-D Secure V2 Python Edition

Questions / Feedback?

recur_end_date Property

The date after which no further authorizations should be performed.

Syntax

def get_recur_end_date() -> str: ...
def set_recur_end_date(value: str) -> None: ...

recur_end_date = property(get_recur_end_date, set_recur_end_date)

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

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