CreateMultiLinkSubscriptionRequest
Subscription settings applied to every payment session started from a multi-link.
amountinteger
Nullable
The recurring subscription amount in minor units. When omitted, the multi-link payment amount is used.
Range:
0 <= valueExample:
1095typestring
Required
The subscription type. SCHEDULED is for fixed-interval charges and UNSCHEDULED is for pay-as-you-go charges.
Possible values:
"SCHEDULED""UNSCHEDULED"Example:
"SCHEDULED"expiryDatestring
Nullable
An optional future subscription-expiry date in YYYY-MM-DD format.
Format:
dateExample:
"2027-12-31"The charge interval for a SCHEDULED subscription. Omit it for an UNSCHEDULED subscription and when billingAgreement is present.
Optional automatic-billing agreement to create for a SCHEDULED subscription. This feature must be enabled for the account.