CyccleDocs

Developer documentation · Runtime v1

A safer path through cancellation.

Integrate Cyccle’s origin-bound cancellation flow without exposing billing credentials or removing the customer’s native fallback.

await window.cyccle.open({
    launchToken,
    branding,
    onComplete() {
        // Refresh billing state from your server.
    },
    onError() {
        // Restore the native, subscription-scoped cancellation path.
    },
});
Opaque launch token in. Server-authoritative outcome out.