function buildMetadata
buildMetadata(intent: MetadataInput): Record<string, string>

Build checkout session metadata from booking data (items already compact).

Parameters

intent: MetadataInput

Return Type

Record<string, string>

Usage

import { buildMetadata } from "docs/payments.ts";