As discussed here, I’d like to be able to handle payments / subscriptions for in-app purchases using Stripe. My app is distributed on desktop (Typescript / Electron), outside app stores.
Hello @andrew.schreiber1,
Adding 1st party Stripe support is not currently on our roadmap. If you want to have a custom integration I think the easiest would be to add some custom RPCs that contact the Stripe APIs directly and use the Storage Engine to store objects that keep any needed metadata on Nakama’s side.
Best.