TRIALING, ACTIVE, UNPAID, PAUSEDBasic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
255^[a-zA-Z0-9\-_:\.]+$Unique identifier of the subscription
"sub_fooBOwYsaK50AEfK"
New recurring amount for the subscription, if changed. The amount in lowest count unit. e.g.: For USD 1, amount is 100 representing 100 cents (The minimum amount should be greater than 1 USD).
1000
New number of billing cycles for the subscription, if changed.
6
New next payment date in epoch milliseconds, if changed. Future payments will be deducted at the frequency interval defined in the subscription, calculated from the new next payment date.
1753104947000
The interval group between subscriptions.
⚠️ Please note: When editing interval, intervalCount and newNextPaymentDate must also be provided.
DAY, WEEK, MONTH, YEAR "MONTH"
The number of intervals between subscription billings. For example, interval = MONTH and intervalCount = 3 bills every 3 months.
⚠️ Please note: When editing intervalCount, interval and newNextPaymentDate must also be provided.
2
Subscription edited successfully