Alokai

Options

SDK Module configuration interface.

export interface Options {
	apiUrl: string;
	publishableKey: string;
}

Properties

NameRequiredTypeDescription
apiUrlRequiredstringURL of the Vue Storefront Server Middleware exposing integration API endpoints.
publishableKeyRequiredstringStripe account's publishable key. See the API keys page in Stripe's documentation.

On this page