Solved

Cancel Stripe subscription with Stripe subscription ID

  • 16 November 2021
  • 1 reply
  • 119 views

Badge +2

Hi, 

 

Atm we do not have the stripe subscription ID available in the Subscriber → subscription object. We want to be able to cancel them from our web funnel. 

 

Unless we’re missing something we’re not able to fetch the subscription ID directly through Revenuecat and we would have to save it somewhere in our backend. 

 

Is there a way to get the subscription ID through RevCat?

icon

Best answer by sharif 29 November 2021, 19:02

View original

1 reply

Userlevel 5
Badge +9

Unfortunately the subscription ID is not available via RevenueCat’s API, webhooks, or ETL exports, so I don’t think you’d be able to do this via RevenueCat alone.

In webhooks we provide the subscription item in the transaction_id property which you may be able to use to cancel the subscription.

In general, we usually recommend holding onto subscription IDs on your backend since you already have it when processing the transaction so that you can continue to update the subscription as needed.

Reply