Stripe Donations
Play
15:31 CC

Stripe Donations

#362 Aug 14, 2022 pro
In this episode, we look at two different ways to handle donations with Stripe. The first method is a "no code" way that would work on any website that may not have a backend. The second method, we use the Stripe gem and their API to create a Checkout session for handling donations.

Testing Stripe Payments
Play
17:12 CC

Testing Stripe Payments

#261 Sep 27, 2020 pro
Continuing from the previous episode, we add testing to the Stripe Payments without adding any additional dependencies.

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.

Marketplace Solution with Stripe Connect
Play
32:12 CC

Marketplace Solution with Stripe Connect

#252 Jul 26, 2020 pro
Learn how to create a marketplace solution where merchants can sign up and take payments from their customers on your Ruby on Rails application.

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.