Payments
Start here: the five settings the editor never asked you for
-
lovable stripe checkout dies the day you launch
Lovable can render a pay button and success page while lovable stripe still runs on test keys and a missing webhook. Switch to live mode and register production…
Read article -
Your live site is still in stripe test mode
Real customers cannot pay because your production build still uses Stripe test keys. Only the magic test card works. Here is how to switch to live mode without…
Read article -
Your stripe webhook secret is wrong and Stripe stopped calling
Webhooks reach your server but return 400. Or they never verify at all. The signing secret from Stripe Dashboard must match production env vars.
Read article -
A customer paid. Your stripe webhook never fired
Someone paid in Stripe. Your app never heard about it. Here is how to wire the live webhook endpoint and the events that actually unlock access.
Read article