Recommended way to cancel a subscription?
A
Armen
I'm using the react-native library. I want to a show a button that allows the user to cancel their subscription. Is there a recommended way to do this? Ideally the SDK could handle this client side but if not, one could spin up a lambda and use the server-side API to call the revoke subscription endpoint or something of the like?