Payment Gateway Basics with Stripe
Play
20:54 CC

Payment Gateway Basics with Stripe

#114 Jan 14, 2018 pro
Learn how to add a merchant services to your Ruby on Rails application in the first part of this series. We will be looking at adding a subscription service using Stripe Elements.

3D Secure 2 Credit Cards and Stripe Checkout
Play
22:07 CC

3D Secure 2 Credit Cards and Stripe Checkout

#204 Aug 25, 2019 pro
Banks which require further authentication on transactions may decline charges if Strong Customer Authentication is not being performed on 3D Secure enabled Credit Cards. In this episode, we look at adding Stripe Checkout and webhooks to our Rails application.

More on Stripe and Subscriptions
Play
11:50 CC

More on Stripe and Subscriptions

#115 Jan 21, 2018 pro
In our previous episode, we looked at setting up our application to create Stripe Subscriptions. In this episode, we will look at managing the Subscriptions and working with cancelling and resubscribing to a subscription.

More on Stripe and Webhooks
Play
16:31 CC

More on Stripe and Webhooks

#116 Jan 21, 2018 pro
Continuing from Episode 114 and Episode 115, we look into adding listeners to Stripe's webhooks for tracking events occurring with customers, subscriptions and charges.

Stripe Payments
Play
19:42 CC

Stripe Payments

#260 Sep 20, 2020 pro
The past tutorials look at creating subscriptions with Stripe, but in this episode, we look at using Stripe for a cart-like checkout system where nonrecurring orders can be placed.