Stripe Subscriptions in ASP.NET Core MVC Web Application built with C# and JavaScript icon

Stripe Subscriptions in ASP.NET Core MVC Web Application built with C# and JavaScript

Hot or Not
Stripe Subscriptions in ASP.NET Core MVC Web Application built with C# and JavaScript

Description

Click for new product

Stripe Subscriptions in ASP.NET Core MVC Web Application built with C# and JavaScript

Receive fixed-price/per-seat subscriptions payments from all cards (credit, debit and prepaid) with Elements or Payment Request Button (Apple Pay, Google Pay, Microsoft Pay, and the browser Payment Request API) via Stripe.

Use Stripe Subscriptions Payment Gateway in ASP.NET with integrating and customizing this application to your ASP.NET Web Application.

Stripe for ASP.NET allows you to accept subscription payments directly on your store for web and mobile web. With Stripe, customers stay on your store for card payments during subscription checkout instead of being redirected to an externally hosted checkout page, which has been proven to lead to higher conversion rates.

Fixed-Price Subscriptions: Charge customers a fixed amount each month. The Quantity is set to 1.

Per-Seat Subscriptions: Charge customers based on how many units of your product or service they purchase. You must set the Quantity variable to the number chosen by your customer.

The application uses the Payment Intents API for cards.

The application uses Stripe Card Element and Stripe Payment Request Button.

The application supports 3D Secure 2.

Full source code is included.

Target Framework: .NET Core – ASP.NET Core 3.1 – Language: c#

Payment Request Button

Collect payment and address information from customers who use Apple Pay, Google Pay, Microsoft Pay, and the browser Payment Request API (Chrome, Opera, Edge, Safari).

Customers see a “Pay now” button or an Apple Pay button, depending on what their device and browser combination supports. If neither option is available, they don’t see the button.

To use Apple Pay on Safari, you need to register with Apple all of your web domains that will show an Apple Pay button.

Strong Customer Authentication

Strong Customer Authentication (SCA) is a new European regulatory requirement to reduce fraud and make online payments more secure. To accept payments and meet SCA requirements, you need to build additional authentication into your checkout flow.

Banks will need to start declining payments that require SCA and don’t meet these criteria. Although the regulation was introduced on 14 September 2019, we expect these requirements to be enforced by regulators over the course of 2020 and 2021.

3D Secure 2—the new version of the authentication protocol rolling out in 2019—will be the main method for authenticating online card payments and meeting the new SCA requirements. This new version introduces a better user experience that will help minimise some of the friction that authentication adds into the checkout flow.

The application supports 3D Secure 2

The Payment Intents API that uses Stripe’s SCA logic to apply the right exemption and trigger 3D Secure when necessary.

The application uses the Payment Intents API for card payments

How to model subscriptions

Products and Prices are the primary objects used to model subscriptions. Products define what you’re selling and prices define how to charge for the product. For example, if you offer photo hosting for 15 USD a month, photo hosting is your product and the 15 USD a month is your price. Or, maybe you offer physical goods like a weekly produce box for 10 USD per week. The produce box is your product and the 10 USD is your price.

Products can have multiple prices so you can vary pricing by billing interval, currency, or amount. You can also use multiple prices to phase out old prices that you no longer offer.

In a fixed-price model, customers are charged the same amount every billing period. For example, a photo hosting company that offers basic and premium options might have:
  • One product for the basic option
  • One product for the premium option
  • One price for the basic option (15 USD per month)
  • One price for the premium option (25 USD per month)
In a per-seat model, customers are charged based on the number of seats or units that they purchase. For example, a messaging service that offers basic and premium options might have:
  • One product for the basic option
  • One product for the premium option
  • One price for the basic option that charges the same amount per seat, regardless of the number of seats (5 USD per seat)
  • One price for the premium option that includes tiers so that the price per-seat goes down the more seats that are purchased (tier one: 15 USD per seat for 1–100 seats, tier two: 10 USD for 101+ seats)

Deploy Stripe while keeping your core product team focused.

Techtolia brings experience working with Stripe’s Payments as well as expertise in Product Development, DevOps, and User Experience to quickly deploy Stripe integrations at scale.

As a partner, we can increase velocity while keeping your core team focused on your product. Partnering with an outside team means that your core product team can prioritize features tied to customer value or competitive differentiation.

Stripe Atlas

Stripe Atlas is a powerful, safe, and easy-to-use platform for forming a company. By removing lengthy paperwork, legal complexity, and numerous fees, Stripe Atlas helps you launch your startup from anywhere in the world.

If you have not started Stripe Atlas yet, use our invitation link to set up your company in US with Stripe Atlas

Our Reviews

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

QR Menu - QR Menu Maker for Multi/Single Restaurant & Contactless ordering  & For Mobile and Web icon

QR Menu - QR Menu Maker for Multi/Single Restaurant & Contactless ordering & For Mobile and Web

Hot or Not
QR Menu - QR Menu Maker for Multi/Single Restaurant & Contactless ordering  & For Mobile and Web

Description

QR Menu allows the registered and approved restaurants to manage their menu and orders. Customers view the restaurant menu by scanning the qr code on their phones. Customers view the restaurant menu by scanning the qr code on their phones. Then they add the products they choose to the cart. They send the order by entering the order note. The order is instantly transmitted to restaurant officials. Restaurants can follow up and manage their orders through the application.

It can support a wide range of database providers such as Microsoft SQL Server and PostgreSQL.

Demo Link: Example Restaurant : Username : Test , Password : 123456 Example Waiter : Username : Waiter, Password : 123456 Note :Test database connected. So there may be slowness.

Scan the qr code below and order by viewing the menu : (If the qr-code image is not displayed, refresh the page)

Features:

  • Postgresql and Mssql multi database support
  • Compatible for all restaurants and hotels
  • Support for 13 different languages
  • Instant order transmission with sound and visual notification
  • Order management on Kanban Board (dragable)
  • Add options to menus and pricing. For example Extra, size…
  • Simple, stylish and mobile friendly design. Quality components
  • Powerful order management and reporting for restaurants
  • Invoice for payment
  • Source code and Documentation
  • Easy setup
  • Database is created automatically. Just run project
  • High performance
  • Separate authorizations for waiter, restaurant officer and admin users

Admin Features:

  • Add restaurant
  • Block or activate restaurant accounts
  • Monitor instant order count for your application
  • Monitor the amount of instant earnings for your application
  • Export restaurant list in Excel, CSV and PDF format
  • Search and sort in restaurant list
  • Change password

Restaurant Features:

  • Monitor and manage orders instantly
  • Monitor and manage orders with Kanban Board, List or Table View
  • Receive a payment document for the table whose orders are completed
  • Add/update tables and create QR Code
  • Add/update category for menu product
  • Add/update item for menu
  • Add/update options for menu (example : extra, size…)
  • Choose qr code pdf style and update restaurant settings
  • Add Staff, block/unblock staff
  • Get reports for staff
  • See your past orders
  • Get stock reports
  • Export for all list in Excel, CSV and PDF format
  • Change password
  • Manage Currency from settings page
  • See instant waiter and payment call

Technologies Features:

  • Asp.Net Core 6.0 MVC
  • SignalR
  • In-Tier architecture is developed with EntityFramework code first technique
  • Fluent Validation (Powerfull validation for server side and client side)
  • Role-based membership system with Identity Core
  • MSSQL
  • Postgresql
  • Database Transaction
  • jQuery
  • Ajax
  • Bootstrap 4
  • Create PDF with Rotativa
V 2.0.0 - (02.12.2022)

 Application updated to .net 6
 Added POSTGRESQL Database option
 Added call waiter and request account buttons
 Added kanban board for orders. (draggable)
 Currency management added to restaurant settings page
 Added option to add features to menu (Example; Extras: tomato, cheddar, onion..)
 Menu page grid areas have been expanded and updated
 Cart text font updated
 Fixed the error of adding a qr table with the same number
 Changed datepicker for reports, Bugs fixed
 Bugs fixed

***********************************************************************

V 1.0.0 - (22.02.2021)
Completing the project

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.