---
url: /api/third-parties/stripe/types/services/const-stripe-factory.md
description: api documentation of StripeFactory from @tsed/stripe
---

## Usage

```typescript
import { StripeFactory } from "@tsed/stripe";
```

> See [/packages/third-parties/stripe/src/services/StripeFactory.ts](https://github.com/tsedio/tsed/blob/v8.38.8/packages/third-parties/stripe/src/services/StripeFactory.ts#L0-L0).

## Overview

```ts
const StripeFactory: typeof Stripe;
```
