When Patreon automatically renews a member's subscription, which webhook will be triggered?

Hi everyone, sorry for my poor English.

I’m trying to get webhooks working with my website. I know I can use “members:create” to handle situations when users sign up for my page. But since I can’t find documentation and it’s difficult to test the case, if Patreon automatically renews a user’s subscription monthly, which webhook should be triggered? It should still be “members:create”.

members:updateevent would be fired once a recurring membership payment was processed. You can find the webhook trigger docs here.