Preview a subscription proration
POST/v2/subscriptions/subscriptions/:subscription_uuid/proration-preview
Computes the proration amounts a prospective plan or pricing option change would produce, without persisting anything or affecting billing. Use this to show a subscriber the cost impact of a change before submitting it via a subscription update.
A 200 response with would_prorate: false is not an error - it means the prospective change would
not result in a proration being applied if actually submitted. See rejection_reason.
Request
Responses
- 200
- 400
- 404
- 422
- 500
Success. The proration preview was computed.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Unprocessable Content.
Internal server error. There was a system failure in the platform.