Skip to main content
Best answer

Update Stripe subscriptions’ metadata

  • October 11, 2022
  • 3 replies
  • 595 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?

Best answer by jesse

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. 🙂

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 11, 2022

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

 

 


Liz_Roberts
Forum|alt.badge.img+8
  • Zapier Staff
  • October 14, 2022

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!


jesse
Forum|alt.badge.img+9
  • Architect
  • Answer
  • November 7, 2022

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. 🙂