Create Monthly Switch Portal
Switch an annual Team subscription to monthly.
Paid annual subscribers get Stripe's confirmation UI: the server does not mutate the subscription; Stripe shows the exact unused-time credit and applies the update only after the customer explicitly confirms it.
TRIALING annual subscribers (deal-link 30-day opt-out window) are switched directly with trial_end="now": monthly has no trial by policy, so the switch ends the window and charges the first $499 immediately. The console button states the charge; error_if_incomplete keeps the subscription unchanged if the card declines.
Request body
Response
Successful Response
Changes
Changed in 5 of the 9 revisions of this API.47
- ▲
added the pattern
^[A-Za-z0-9_-]+$to the request propertyrequest-property-pattern-added
- ○
api operation id
monthly_switch_portal_api_billing_monthly_switch_portal_postremoved and replaced withcreate_monthly_switch_portal_api_billing_monthly_switch_portal_postapi-operation-id-removed
- ○
the response property
became required for the statusresponse-property-became-required
- ○
response property
portal_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
response property
portal_urllist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
api operation id
create_monthly_switch_portal_api_billing_monthly_switch_portal_postremoved and replaced withmonthly_switch_portal_api_billing_monthly_switch_portal_postapi-operation-id-removed
- ○
removed the pattern
^[A-Za-z0-9_-]+$from the request propertyrequest-property-pattern-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○