Skip to content
Docs Try Aspire
Docs Try

addStripe

Method
📦 CommunityToolkit.Aspire.Hosting.Stripe v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addStripe(
name: string,
apiKey: ParameterResource): StripeResource;
}

Signature

method addStripe builder
Adds the Stripe CLI to the application model for local webhook forwarding.
addStripe(
name: string,
apiKey: ParameterResource): StripeResource
name string
apiKey ParameterResource
StripeResource

Applies to

This method applies to the following types: