2018-04-17 04:47:17 +02:00
|
|
|
Get Zulip notifications for Stripe events!
|
2017-06-14 05:03:46 +02:00
|
|
|
|
2018-04-17 04:47:17 +02:00
|
|
|
1. {!create-stream.md!}
|
2017-06-14 05:03:46 +02:00
|
|
|
|
2018-04-17 04:47:17 +02:00
|
|
|
1. {!create-bot-construct-url-indented.md!}
|
2017-06-14 05:03:46 +02:00
|
|
|
|
2018-04-17 04:47:17 +02:00
|
|
|
1. On your Stripe Dashboard, click on **Developers** on the left
|
|
|
|
sidebar. Click on **Webhooks**, and click on **+ Add endpoint**.
|
2017-06-14 05:03:46 +02:00
|
|
|
|
2018-04-17 04:47:17 +02:00
|
|
|
1. Set **URL to be called** to the URL constructed above. Select
|
|
|
|
the event types you would like to be notified about, and click
|
|
|
|
**Add endpoint**.
|
2017-06-14 05:03:46 +02:00
|
|
|
|
2018-11-21 01:39:37 +01:00
|
|
|
1. [Optional] In Zulip, add a
|
2021-03-13 18:15:14 +01:00
|
|
|
[linkification filter](/help/add-a-custom-linkifier) with
|
2018-11-21 01:39:37 +01:00
|
|
|
**Pattern** `(?P<id>cus_[0-9a-zA-Z]+)` and **URL format string**
|
|
|
|
`https://dashboard.stripe.com/customers/%(id)s`.
|
2018-04-17 04:47:17 +02:00
|
|
|
|
2018-11-21 01:39:37 +01:00
|
|
|
Zulip currently supports Stripe events for Charges, Customers, Discounts,
|
|
|
|
Sources, Subscriptions, Files, Invoices and Invoice items.
|
2018-04-17 04:47:17 +02:00
|
|
|
|
|
|
|
{% if 'http:' in external_uri_scheme %}
|
|
|
|
|
|
|
|
!!! tip ""
|
2021-09-10 00:44:29 +02:00
|
|
|
|
2018-04-17 04:47:17 +02:00
|
|
|
Note that Stripe will only accept HTTPS webhooks!
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/stripe/001.png)
|