CoNote

Stripe integration

Record price, product, and coupon changes in your Stripe account as Configuration notes, so a revenue shift lines up with the billing change behind it.

A price change or a new coupon quietly moves your revenue numbers — and weeks later nobody remembers making it. This integration logs price, product, and coupon changes in your Stripe account as Configuration notes.

What lands on your timeline

  • Price created or updated (with the amount).
  • Product created or updated.
  • Coupon created (with the discount).

This watches your Stripe account — it's separate from CoNote's own billing.

How it works

Stripe sends a webhook to CoNote whenever one of these changes. Each request is verified with your endpoint's signing secret, so only genuine Stripe events are logged.

Setting it up

  1. Add the integration

    In Integrations, choose Stripe. Copy the webhook URL shown after you connect.

  2. Add the endpoint in Stripe

    In Stripe, go to Developers → Webhooks → Add endpoint, paste the CoNote URL, and select the price, product, and coupon events.

  3. Paste the signing secret

    Stripe shows a Signing secret (it starts with whsec_). Copy it into this integration's settings in CoNote.

Related articles