> For the complete documentation index, see [llms.txt](https://docs.netcoresaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netcoresaas.com/other/integrations/stripe/subscription-options.md).

# Subscription Options

### Subscription with Trial

![](/files/-MFNUvWCI_dtZI8Gy1gx)

### Subscription without Trial

![](/files/-MFNUy19y2BNv3AA2Skd)

### One payment

![](/files/-MFNUzuxU3ibSkg1sxW1)

### Customize

However you can implement your custom pricing and styles with these files:

* **Your products:**
  * ./ClientApp/src/store/modules/pricing/default-pricing.Development.ts
  * ./ClientApp/src/store/modules/pricing/default-pricing.ts
* **Styling (yourapp.com/pricing)**:
  * ./ClientApp/src/views/marketing/Pricing.vue
* **Models:**
  * ./ClientApp/src/app/models/pricing/Product.ts
  * ./ClientApp/src/app/models/pricing/Price.ts
  * ./Models/Administration/DTO/StripePricingDTOs.cs
* Controllers:
  * ./Controllers/Subscriptions/StripeController.cs
