Create a checkout link for a creator
Create a shareable checkout link on behalf of the specified creator, selling either an existing product price (existing_price), a new price on an existing product (existing_product), or a brand-new product (new_product).
All amounts are integer minor units of the currency (e.g. cents: 1999 = $19.99); the Fanvue dashboard displays the same prices in major units. Requires checkout links to be enabled for the creator.
write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
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
API version to use for the request
"2025-06-26"
Path Parameters
Body
What the link sells: an existing price (existing_price), a new price on an existing product (existing_product), or a brand-new product (new_product).
- Option 1
- Option 2
- Option 3
Internal note shown only in the creator dashboard. Fans never see it.
500URL fans are redirected to after a successful purchase.
Response
Checkout link created successfully
Checkout link UUID
Creator-internal label for the link (derived from the product name)
Creator-internal note (null when unset). Fans never see it.
Shareable checkout URL fans use to purchase
Price in integer minor units of the currency (e.g. cents). 0 for free links.
ISO-4217 currency code of the price
Whether purchases create a recurring subscription
Billing cycle length (null for one-off prices)
Billing cycle unit (null for one-off prices)
day, week, month, year UUID of the product the link sells
UUID of the product price the link sells
active links can be purchased; disabled links reject checkout until re-enabled
active, disabled When the link was created