Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

BillingInterval

periodstring
Required

The time unit of the frequency field

Possible values:
"DAY""WEEK""MONTH""YEAR"
Example:
"MONTH"
frequencyinteger
Required

The number of period's between each charge.

Range:
1 <= value <= 31
Example:
1
BillingInterval
{  "period": "MONTH",  "frequency": 1}