latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Enable or disable a creator's checkout link

Toggle the specified creator's checkout link status. Disabling is reversible: the link's checkout page stops accepting purchases until it is set back to active. Deleted links cannot be re-enabled.

patch/creators/{creatorUserUuid}/checkout-links/{uuid}

Path parameters

creatorUserUuidstring uuid required
uuidstring uuid required

Checkout link UUID

Checkout link UUID

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

status'active' | 'disabled' required

Set to disabled to stop the link's checkout page (reversible), or active to re-enable it.

Response

Checkout link status updated

uuidstring uuid required

Checkout link UUID

status'active' | 'disabled' required

active links can be purchased; disabled links reject checkout until re-enabled