Alokai

Options

Options for the SDK module.

export interface Options {
	adyenClientKey: string;
	adyenEnvironment: AdyenEnvironment;
	apiUrl: string;
}

Properties

NameRequiredTypeDescription
adyenClientKeyRequiredstringAdyen's client key
adyenEnvironmentRequiredAdyenEnvironmentAdyen's environment
apiUrlRequiredstringThe API URL of the Middleware Adyen commercetools integration accessible from the browser.

Referenced Types

On this page