# CommunityToolkit.Aspire.Hosting.Stripe

- Module: `CommunityToolkit.Aspire.Hosting.Stripe`
- Version: `13.4.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)
- Functions: `5`
- Types: `1`

## Types

- [StripeResource](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/striperesource.md) -- `handle` - 5 members -- Represents a Stripe CLI container resource for local webhook forwarding and testing.

## Functions

- [addStripe](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/addstripe.md) -- `method` -- Adds the Stripe CLI to the application model for local webhook forwarding.
- [withApiKey](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/withapikey.md) -- `method` -- Configures the Stripe CLI to use a specific API key from a parameter.
- [withListen](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/withlisten.md) -- `method` -- Configures the Stripe CLI to listen for webhooks and forward them to the specified URL expression.
- [withListenExternalService](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/withlistenexternalservice.md) -- `method` -- Configures the Stripe CLI to listen for webhooks and forward them to the specified URL expression.
- [withStripeReference](/reference/api/typescript/communitytoolkit.aspire.hosting.stripe/withstripereference.md) -- `method` -- Adds a reference to a Stripe CLI resource for accessing its webhook signing secret.
