Hi everyone,
I’ve noticed that accepting crypto for subscriptions is still surprisingly difficult. Most gateways support one time payments, but recurring billing usually ends up as a manual invoice every month.
I built a payment system
https://zyrox.io that tries to solve this properly. Instead of asking the customer to pay each month, they approve a smart contract once and the subscription payments are executed automatically according to the billing schedule.
The model is non custodial. Funds go directly from the customer wallet to the merchant wallet. The platform only provides infrastructure, payment monitoring, and webhooks for integrations. Private keys are never stored.
Regular one time payments work as well, so it can also be used as a normal crypto checkout.
The system is already live. You can register, generate payment links, or integrate through the API. If anyone here wants to experiment with crypto subscriptions or payments, I’m happy to help with integration.