Base44 Stripe Checkout & Webhooks

Заказчик: AI | Опубликовано: 07.10.2025
Бюджет: 30 $

My on-demand services app runs entirely on Base44 and already has a Stripe account connected. Checkout appears, users can enter their card details, but the flow stops there because I have not wired the required webhooks. I need the full Stripe Checkout flow completed, including: • A clean Base44 action (or plugin) that creates the Checkout Session. • A secure endpoint that receives Stripe webhooks, verifies the signature, and updates user records in Base44 accordingly. • Clear test cases using Stripe CLI or Test Mode so I can see successful and failed payments reflected both in Stripe and within my app’s database. • A short hand-off note explaining where the code lives and how to add new events later.