Get Change Request
Get a specific change request by ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
subscription_id
request_id
account_id
Response
Successful Response
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