CommunityToolkit.Aspire.Hosting.Stripe
📦 CommunityToolkit.Aspire.Hosting.Stripe v13.4.0 5 Functions
1 Types
1 types and 2 members
Types
Functions
method
addStripe builder Adds the Stripe CLI to the application model for local webhook forwarding.
addStripe(name: string, apiKey: ParameterResource): StripeResource method
withApiKey builder Configures the Stripe CLI to use a specific API key from a parameter.
withApiKey(apiKey: ParameterResource): StripeResource method
withListen builder Configures the Stripe CLI to listen for webhooks and forward them to the specified URL expression.
withListen(forwardTo: IResourceWithEndpoints, webhookPath?: string, events?: string[]): StripeResource method
withListenExternalService builder Configures the Stripe CLI to listen for webhooks and forward them to the specified URL expression.
withListenExternalService(forwardTo: ExternalServiceResource, webhookPath?: string, events?: string[]): StripeResource method
withStripeReference builder Adds a reference to a Stripe CLI resource for accessing its webhook signing secret.
withStripeReference(source: StripeResource, webhookSigningSecretEnvVarName?: string): IResourceWithEnvironment