Options
SDK Module configuration interface.
export interface Options {
apiUrl: string;
publishableKey: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
apiUrl | Required | string | URL of the Vue Storefront Server Middleware exposing integration API endpoints. |
publishableKey | Required | string | Stripe account's publishable key. See the API keys page in Stripe's documentation. |