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.

Screenshot — step 1

2. Copy your secret key (live)

In Stripe Dashboard → Developers → API keys → Secret key (e.g. sk_live_… in live mode).

Screenshot — step 2

3. Paste the key in Company settings

Site admin → Company settings (your tenant) → Stripe secret key field.

Screenshot — step 3

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.

Screenshot — step 4

5. Webhook signing secret

After creating the endpoint, copy the signing secret (whsec_…) into the matching field in Company settings.

Screenshot — step 5

6. Run a test payment

From a quote, run a test or small payment to confirm the flow through to invoices / customer area.

Screenshot — step 6

Technical reminder for the coordinator: internal docs (e.g. Docs/111, Docs/110).