ASP.NET Core: Payment Gateways

ASP.NET Core: Payment Gateways

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 26m | 1.04 GB

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.

Table of Contents

1 Leverage the power of payment services
2 What you should know
3 Demo project overview
4 What is a payment gateway
5 Why use a payment gateway
6 What are the common payment gateways
7 Set up a Braintree account
8 Set up a Braintree development environment
9 Generate a Braintree client token
10 Pay with credit card Client setup
11 Pay with credit card Final setup
12 Pay with PayPal
13 Subscriptions Set up Braintree payment plans
14 Subscribe to a Braintree payment plan
15 Set up a Stripe development environment
16 Stripe payments Client setup
17 Stripe payments Final setup
18 Subscriptions Set up Stripe payment plans
19 Subscribe to a Stripe payment plan
20 Retrieve balance and transactions Setup
21 Retrieve balance and transactions Show data
22 Retrieve Stripe customers
23 Retrieve Stripe charges
24 Retrieve Stripe disputes and refunds
25 Retrieve Stripe products
26 Where to go next