#M Adil
1 messages · Page 1 of 1 (latest)
I have implemented subscription paymentIntent and Its wokring fine, now I want to manage that subscription like cancel and update subscription... can you share some resources about it please?
None of this is specific to the React Native SDK really
You handle this all from your backend
That talks baout upgrading/downgrading
So you just call your backend from your RN app to handle updates/cancelations
You need to create your own UI for your users for this
OK thanks