ParameterTypeDescriptionRequired
NamestringThe subscription’s primary payment informationyes
ValuenumberValue for which the billing plan should be executed forValidation rules:Must be greater than or equal to 0In case the valueType is DiscountPercentage, the length must be between 0 and 100 charactersyes
CycleCountintThe number of times the billing plan should be billed before expirationDefault value: -1 (unlimited number of cycles)Validation rules:Must be greater than 0 or equal to -1.no
ValueTypestringA qualifier for how the value should be interpretedValidation rules:Possible values: Standard, Discount, DiscountPercentage, FinalDiscount, PriceOverrideno
StartCycleDelayintAmount of subscription cycle to delay the start date of the billing planDefault value: 0Validation rules:Must be greater than or equal to zerono
"SubscriptionBillingPlans": [
        {
            "Name": "Billing Plan 1",
            "Value": 10.99,
            "CycleCount": -1,
            "ValueType": "Standard",
            "StartCycleDelay": 0
        }
    ]

Refunds