Guide: online payments with Stripe
Each dashed box below is a placeholder for a screenshot. Replace it in the Twig template with an img tag (e.g. files in public/images/) or edit this template.
1. Create your Stripe account
Sign up at stripe.com for your business.
2. Copy your secret key (live)
In Stripe Dashboard → Developers → API keys → Secret key (e.g. sk_live_… in live mode).
3. Paste the key in Company settings
Site admin → Company settings (your tenant) → Stripe secret key field.
4. Webhook URL in Stripe
Use the URL provided by your coordinator (e.g. including /stripe-webhook/YOUR_TENANT_ID) in Stripe → Developers → Webhooks → Add endpoint.
5. Webhook signing secret
After creating the endpoint, copy the signing secret (whsec_…) into the matching field in Company settings.
6. Run a test payment
From a quote, run a test or small payment to confirm the flow through to invoices / customer area.
Technical reminder for the coordinator: internal docs (e.g. Docs/111, Docs/110).