Campfire Bots
Play
31:41 CC

Campfire Bots

#444 Feb 25, 2024 pro
In this episode, we explore the practical use of Campfire Bots for webhook applications. We'll start by setting up an AI Image Generator bot that interacts with our Ruby on Rails application, and then connect it to a self-hosted Large Language Model (LLM). Our initial goal is to get the system working. After that, we'll focus on refactoring the code to improve its safety and maintainability.

Cryptocurrency Payments
Play
20:27 CC

Cryptocurrency Payments

#304 Jul 11, 2021 pro
In this episode, we look at accepting cryptocurrency payments, implementing an ingress for the webhooks, and creating an interface to manage the products.

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 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.