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