ASP.NET Core: Payment Gateways
Overview
Learn how to implement payment gateways in ASP.NET Core apps using two popular payment services: Stripe and Braintree.
Need to sell products or services online using your personal or commercial application? In this course, learn how to implement payment gateways in ASP.NET Core apps using two popular payment services: Stripe and Braintree. Using real-world examples, instructor Ervis Trupja explains what payment gateways are and why you'd want to use one versus creating your own payments system. Ervis then delves into how to use the Braintree payment gateway to process credit card and PayPal transactions, as well as how to leverage Stripe to offer subscription-based payments to users. Plus, he explains how to create a custom Stripe admin dashboard where you can easily manage your account.
Need to sell products or services online using your personal or commercial application? In this course, learn how to implement payment gateways in ASP.NET Core apps using two popular payment services: Stripe and Braintree. Using real-world examples, instructor Ervis Trupja explains what payment gateways are and why you'd want to use one versus creating your own payments system. Ervis then delves into how to use the Braintree payment gateway to process credit card and PayPal transactions, as well as how to leverage Stripe to offer subscription-based payments to users. Plus, he explains how to create a custom Stripe admin dashboard where you can easily manage your account.
Syllabus
Introduction
- Leverage the power of payment services
- What you should know
- Demo project overview
- What is a payment gateway?
- Why use a payment gateway?
- What are the common payment gateways?
- Set up a Braintree account
- Set up a Braintree development environment
- Generate a Braintree client token
- Pay with credit card: Client setup
- Pay with credit card: Final setup
- Pay with PayPal
- Subscriptions: Set up Braintree payment plans
- Subscribe to a Braintree payment plan
- Set up a Stripe development environment
- Stripe payments: Client setup
- Stripe payments: Final setup
- Subscriptions: Set up Stripe payment plans
- Subscribe to a Stripe payment plan
- Retrieve balance and transactions: Setup
- Retrieve balance and transactions: Show data
- Retrieve Stripe customers
- Retrieve Stripe charges
- Retrieve Stripe disputes and refunds
- Retrieve Stripe products
- Where to go next
Taught by
Ervis Trupja