Get subscription change settings
GET/v1/subscription_changes/config
Returns the organization settings for subscription item changes — allowed operations (add/remove/quantity change/price swap), proration method per operation, timing (immediate or end_of_period), refund/credit on remove and portal self-service. If not yet present, defaults are created on first read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Organization settings.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.