1.1 KiB
Zulip Stripe integration
Get Zulip notifications for Stripe events!
{start_tabs}
-
{!create-channel.md!}
-
{!create-an-incoming-webhook.md!}
-
{!generate-webhook-url-basic.md!}
-
On your Stripe Dashboard, select Developers on the left sidebar. Select Webhooks, and click on + Add endpoint.
-
Set the URL to be called to the URL generated above. Select the event types you would like to be notified about, and click Add endpoint.
-
Add a new linkifier in your Zulip organization. Set the pattern to
(?P<id>cus_[0-9a-zA-Z]+)
and the URL template tohttps://dashboard.stripe.com/customers/{id}
. This step creates links to Stripe customers in Zulip messages and topics.
{% if 'http:' in external_url_scheme %}
!!! tip ""
Note that Stripe will only accept HTTPS webhooks!
{% endif %}
{end_tabs}
{!congrats.md!}
{!event-filtering-additional-feature.md!}
Related documentation
{!webhooks-url-specification.md!}