NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page
  • Subscription with Trial
  • Subscription without Trial
  • One payment
  • Customize

Was this helpful?

  1. Other
  2. Integrations
  3. Stripe

Subscription Options

NetcoreSaas Demo implements out of the box these types of pricing.

PreviousStripeNextGetting the API Keys

Last updated 4 years ago

Was this helpful?

Subscription with Trial

Subscription without Trial

One payment

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