Get Active Change Request
Get the active (draft or ready) change request for a subscription.
Returns null if no active change request exists.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
subscription_id
account_id
Response
Active change request found
id
ID of the change request
subscription_id
ID of the subscription
status
Status of a SubscriptionChangeRequest.
States:
- DRAFT: Change request is being built (items/coupons/balance can be modified)
- READY: Impact calculated and validated, ready to be applied
- APPLIED: Successfully applied to subscription
- CANCELLED: Manually cancelled or expired
- CANCELLED_PAYMENT_FAILED: Cancelled due to payment failure (triggers two-invoice fallback)
item_changes_count
coupon_changes_count
balance_changes_count
created_at
updated_at
expires_at
applied_at
last_preview_at
reason
Errors
404
Not Found Error
422
Unprocessable Entity Error