• Your Name's avatar
    feat(payments): implement Stripe payment handler · 74712c2f
    Your Name authored
    - Create StripePaymentHandler class with async operations
    - Implement add_payment_method() with .00 authorization hold verification
    - Authorization hold is immediately cancelled to release funds
    - Get or create Stripe customer with metadata
    - Store payment method in database
    - Handle webhooks with signature verification
    - Add stripe_customer_id column to users table
    - Add comprehensive tests for Stripe integration
    74712c2f
test_stripe.py 1.08 KB