Migrate a subscription to a new plan
Subscription management
Migrate a subscription to a new plan
Switch an active subscription to a different Price Point (plan).
POST
Migrate a subscription to a new plan
Supports two migration strategies:
- delayed_start - Schedules the new subscription to start when the customer’s already-paid time ends
- price_prorate - Unused time is credited toward the new plan’s first payment
migration_strategy field showing which strategy was actually applied.
Strict Mode
By default (strict_mode: true), if the requested strategy isn’t available, the API returns a 400 error. Set strict_mode: false to automatically switch to the alternative strategy when the selected one fails.
Additional Options
Usedry_run: true to preview charges without executing the migration. Supports migrations from subscription to subscription or subscription to lifetime purchases.Authorizations
Secret key for FunnelFox Billing API. Required for all requests.
Path Parameters
Organization ID
Body
application/json
Unique identifier of the price point
Maximum string length:
256Pattern:
^[-A-Za-z_0-9]{1,256}$Short reason code (e.g., "duplicate_payment", "unauthorized_charge")
Maximum string length:
256Human-readable comment or reference (e.g., support ticket link)
Maximum string length:
2048Your unique identifier for the user
Maximum string length:
256Available options:
price_prorate, delayed_start 