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, separate from CoNote's own billing.

How it works

Stripe sends each of these changes to CoNote automatically over a private link CoNote gives you. Every request is verified with a private key only you and CoNote share, so only genuine Stripe events are logged.

Setting it up

  1. Add the integration

    In Integrations, choose Stripe. Copy the private link (the webhook URL) shown after you connect.

  2. Add the endpoint in Stripe

    In Stripe, go to Developers → Webhooks → Add endpoint (a place for Stripe to send updates), paste the CoNote link, and select the price, product, and coupon events.

  3. Paste the signing secret

    Stripe shows a Signing secret (it starts with whsec_): a private key only you and Stripe share, so Stripe can prove the message is real. Copy it into this integration's settings in CoNote.

Stripe's Add endpoint screen with the Endpoint URL field highlighted for the CoNote link and an Events to send selector
Stripe's Add endpoint screen: paste your CoNote link into Endpoint URL and pick the price, product, and coupon events. Stripe then shows a signing secret to copy back into CoNote.

Related articles