- Create and read invoices through REST API with Cloudflare Workers
- Insert and update invoices and payments in the Postgres database with Supabase
- Process payment tasks with reliability using Cloudflare Queues
- Detect payment transactions through Nano node websocket inside Cloudflare Durable Objects
- Receive payment amount and send to merchant account through Nano node RPC
- Notify customers through websocket with Pusher
- Notify merchants through webhook
Full Changelog: https://github.com/nanopay/payment-gateway/commits/v1.0.0