Subscription, How to create and manage
I'm planning on switching from regular one time checkout sessions to subscriptions, because checkout sessions lack the ability to cancel recurring transactions from my nodejs backend, at least fromn the documentation I've seen
If it is possible to cancel recurring prices, please let me know
else, I'd love a guide on how to implement subscriptions on my nodejs backend
thank you
1 reply
If ou already have https://www.npmjs.com/package/@blocklet/payment-js integrated into your backend, checkout
payment.subscriptionobject for it's methods to manage a subscription, the methods are defined with following snippet: