mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This only leaves `page_params.realm_filters`, which will be changed in further commits along with the API change.
		
			
				
	
	
		
			32 lines
		
	
	
		
			932 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			932 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
Get Zulip notifications for Stripe events!
 | 
						|
 | 
						|
1. {!create-stream.md!}
 | 
						|
 | 
						|
1. {!create-bot-construct-url-indented.md!}
 | 
						|
 | 
						|
1. On your Stripe Dashboard, click on **Developers** on the left
 | 
						|
   sidebar. Click on **Webhooks**, and click on **+ Add endpoint**.
 | 
						|
 | 
						|
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**.
 | 
						|
 | 
						|
1. [Optional] In Zulip, add a
 | 
						|
   [linkification filter](/help/add-a-custom-linkifier) with
 | 
						|
   **Pattern** `(?P<id>cus_[0-9a-zA-Z]+)` and **URL format string**
 | 
						|
   `https://dashboard.stripe.com/customers/%(id)s`.
 | 
						|
 | 
						|
Zulip currently supports Stripe events for Charges, Customers, Discounts,
 | 
						|
Sources, Subscriptions, Files, Invoices and Invoice items.
 | 
						|
 | 
						|
{% if 'http:' in external_uri_scheme %}
 | 
						|
 | 
						|
!!! tip ""
 | 
						|
    Note that Stripe will only accept HTTPS webhooks!
 | 
						|
 | 
						|
{% endif %}
 | 
						|
 | 
						|
{!congrats.md!}
 | 
						|
 | 
						|

 |