Stripe configs

1/ Frans uses Stripe in Pre-auth mode. Make sure your localhost environment also uses Pre-auth mode. In config, change `Payment action` to `Authorize Only`:

image.png

2/ To debug local stripe connect (local webhook):
Install Stripe CLI
In command line, enter `stripe listen --forward-to http://sfran/stripe/webhooks`

Stripe cli will inform the webhook secret, such as:
```
> Ready! You are using Stripe API Version [2016-02-23]. Your webhook signing secret is whsec_123456 (^C to quit)
```

Copy that secret into table stripe_webhooks, column secret. Make sure that table only has 1 row; to avoid confusion.  


Revision #4
Created 3 November 2024 17:18:25 by Brian
Updated 22 June 2026 15:05:16 by Brian