/n software 3-D Secure V2 Python Edition

Questions / Feedback?

recur_frequency Property

An integer indicating the minimum number of days between authorizations.

Syntax

def get_recur_frequency() -> str: ...
def set_recur_frequency(value: str) -> None: ...

recur_frequency = property(get_recur_frequency, set_recur_frequency)

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

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