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
Add the integration
In Integrations, choose Stripe. Copy the private link (the webhook URL) shown after you connect.
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.
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.
