Skip to main content
PATCH
Update subscription price
Required scope
  • write:creator — Modify creator profiles, settings, and creator-specific data.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Body

application/json
subscriptionPrice
integer
required

New monthly subscription price in USD cents (minor units), between 399 and 10000

Required range: 399 <= x <= 10000
forceOptIn
boolean
default:false

Only used when the price increases. When false (default), existing subscribers keep auto-renewing at their current price until they opt in to the new one. When true, they are forced to opt in at the new price and their current auto-renewal is disabled.

Response

Subscription price updated successfully

subscriptionPrice
integer
required

The subscription price now in effect, in USD cents (minor units)

subscribersMovedToReOptIn
boolean
required

True when the price increase moved existing active subscribers to a pending re-opt-in state (see the endpoint description)