Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bancofcalifornia-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Kount.start(): string

Description

Creates a session ID and runs the Kount data collector.

Parameters

None

Side Effects

Raises an error if the session ID cannot be generated.

Example:

const gateway = Gateway.create('collect_checkout_0000000000000000000000000');
const kount = gateway.getKount();
const sessionId = await kount.createSession();