Best answer

Update Stripe subscriptions’ metadata

  • 11 October 2022
  • 3 replies
  • 447 views

Upon a new Stripe subscription, I would like to

  • Create a license (using a different service), and
  • Store the license ID in the Stripe subscription metadata.

This would enable me to suspend the license upon Stripe subscription cancellation.

I haven’t figured out yet how to update Stripe subscriptions’ metadata. Any hints?

icon

Best answer by jesse 7 November 2022, 21:57

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @nschloe 

Good question.

You’ll need to use the Webhooks app to leverage the Stripe API.

https://zapier.com/apps/webhook/help

https://stripe.com/docs/api/subscriptions/update

 

 

Userlevel 7
Badge +8

Thanks @Troy Tessalone !

@nschloe were you able to get this workflow up and running with webhooks as Troy suggested?

Let us know if that did the trick or if we can help any further!

Userlevel 7
Badge +9

Hey @nschloe just wanted to close the loop here! @Troy Tessalone is correct in that your short-term solution would be to access the Stripe API directly:

You’ll need to use the Webhooks app to leverage the Stripe API.

https://zapier.com/apps/webhook/help

https://stripe.com/docs/api/subscriptions/update

 

 

Otherwise, if you contact our support team, they will be able to log a feature request on your behalf for updating meta data: https://zapier.com/app/get-help. 🙂