Skip to content
DocsTry Aspire
DocsTry

addStripe

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

Signature

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

Applies to

This method applies to the following types: