Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / Environment

Type Alias: Environment

Environment = "sandbox" | "production"

Defined in: types.ts:100

Target environment for the SDK and all provider SDKs.

Remarks

Use 'sandbox' during development and testing (provider SDKs load in test/sandbox mode). Switch to 'production' for live payments.

CollanaPay SDK Documentation