Circle V2 API Docs
    Preparing search index...

    Variable kipuCredentialsSchemaConst

    kipuCredentialsSchema: ZodObject<
        {
            access_id: ZodString;
            app_id: ZodString;
            location_id: ZodNumber;
            location_name: ZodOptional<ZodString>;
            secret_key: ZodString;
        },
        $strip,
    > = ...

    Zod schemas for integration credentials stored in the credentials JSONB column. Each integration type has a different credential shape.

    These are the canonical schemas — use them for both server-side validation and client-side form validation. For client-side Kipu forms, omit access_id and secret_key (they're env-sourced on the server).