Skip to content

Add payment methods via Stripe#2011

Draft
jim wants to merge 9 commits intomainfrom
jim-stripe-payment-methods
Draft

Add payment methods via Stripe#2011
jim wants to merge 9 commits intomainfrom
jim-stripe-payment-methods

Conversation

@jim
Copy link
Copy Markdown
Member

@jim jim commented Oct 1, 2025

What it does

Adds a new flow to the UI that allows a user to save payment methods for future use.

Why it is important

We'll want this as a part of organization lending.

Implementation notes

  • I haven't written exhaustive tests for this just yet. I want to get some feedback from staff and talk a little bit more about how we want to leverage this before locking things down too much.
  • The webhook bits are not fully baked yet.

@jim jim marked this pull request as draft October 1, 2025 01:15
@crismali crismali force-pushed the jim-stripe-payment-methods branch from 9aa986e to f57b9ee Compare March 1, 2026 17:10
@crismali crismali force-pushed the jim-stripe-payment-methods branch from f57b9ee to f79c0e4 Compare March 1, 2026 17:15
@@ -0,0 +1,41 @@
class StripeController < ApplicationController
skip_before_action :verify_authenticity_token, only: %i[webhook]

Check failure

Code scanning / CodeQL

CSRF protection weakened or disabled High

Potential CSRF vulnerability due to forgery protection being disabled or weakened.

Copilot Autofix

AI 30 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants