Skip to content

Type Alias: StripeBrowserConfiguration

StripeBrowserConfiguration = object

A Stripe configuration that can be passed to loadStripe without bundling Stripe into this SDK.

Properties

publishableKey

publishableKey: string

Stripe publishable key from Sales runtime configuration.


stripeAccount?

optional stripeAccount?: string

Connected account id when Sales operates in connected-account mode.

MIT Licensed