Create subscription update
Create an update to apply on an existing subscription.
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
- Add product
- Remove product
- Add coupon
- Remove coupon
- Update count
- Update prices
Add a new product to bill as part of the subscription.
immediately, scheduled immediately, next_invoice, custom pro_rata, pay_in_full, do_not_charge add_product - Option 1
- Option 2
- Option 3
The date when the update should be applied. Required when application_schedule is 'scheduled'.
"2024-12-20T16:04:11Z"
The date when the resulting subscription update should be charged. Required when payment_schedule is 'custom'. Must be in the future.
"2024-12-20T16:04:11Z"
Override the refund destination when the update generates a refund credit note (e.g. seat reduction). When omitted, falls back to the invoicing entity's creditNoteWalletRefundEnabled setting.
wallet, original_payment_method, external Response
Subscription update created

