![]() |
Making major progress on the Monero Subscriptions Wallet that I am developing. I plan to publicly release the alpha version on May 19th. The Monero Subscriptions Wallet will provide a way for people to automatically pay recurring subscriptions in Monero (whether it is a recurring subscription for your VPN, anything else, or a Patreon-like donation to your favorite content creator or developer). Main Features:
I created this wallet because I think it's time for a solution that doesn't rely on centralized services. There shouldn't be any middleman between the buyer and the seller. My hope is to lay a foundation that more experienced developers can build upon and improve. (Maybe we could something like this or a new "mode" implemented into the official Monero wallet?) I created a group chat on Matrix if anyone wants to join and discuss this in more detail: https://matrix.to/#/#MoneroRecurringSubscriptions:matrix.org I'd also love to hear from MERCHANTS. What can I do to make your life easier? The way it works is, you put together some info like this:
…and then convert it into a monero-subscription code which looks like this:
Assuming that you need to know which customer goes with which account, you should use a unique "Payment ID" for each customer (which will result in a unique monero-subscription code for each customer). Using Monero integrated addresses (like subaddresses but cooler), each payment that your recieve from a customer will be tagged with the Payment ID that you specified for them to use (but only you can see this Payment ID from inside your wallet). I am releasing the customer-facing wallet first, but my next goal is to help make this as easy for merchants to implement as possible. I can create a Javascript snippet that you can put in your website that will auto-generate monero-subscription codes based on your settings, but you will need some way of storing the Payment ID that you give out to the customer (so that when you recieve a payment from them, you will know which account to credit/keep active). submitted by /u/lukeprofits |