BizNode handles payments across a decentralized network — from credit card checkout to internal token credits to on-chain stablecoin settlement.
Every payment begins with Stripe Checkout. When a customer pays, a webhook event fires into BizNode's payment pipeline, where it is categorized, routed, and tracked automatically.
Stripe sends checkout.session.completed events to your node's webhook endpoint. Signature is verified using STRIPE_WEBHOOK_SECRET before any processing begins.
Each payment is classified by product metadata: DZITPACKAGE (credit purchase), TOPUP (account top-up), or BOOKS (digital product). Each category triggers a specialized worker.
Every transaction is logged in dzit_stripe_tracker with session ID, amount, currency, customer email, category, and processing status. Full audit trail.
| Category | Worker Action | Result |
|---|---|---|
| DZITPACKAGE | Credit DZIT tokens to buyer's account | Ledger updated, confirmation email sent |
| TOPUP | Add balance to node credit account | Balance increased, receipt generated |
| BOOKS | Generate and deliver digital product | Download link or voucher emailed |
DZIT is BizNode's internal credit currency — the fuel for node-to-node commerce across the decentralized network.
Every service in the BizNode network costs a minimum of 1 DZIT. Credits are purchased via Stripe and stored in the node's ledger. No gas fees for internal transfers.
When Node A's customer needs Node B's service, DZIT credits are transferred between ledgers. The requesting node pays, the providing node earns. Instant settlement.
Every DZIT movement is recorded: credit, debit, transfer, refund. Full history per user and per node. Admin API endpoints for balance queries and adjustments.
GET /api/admin/dzit/balance/{email} # Check DZIT balance
POST /api/admin/dzit/add # Add credits (admin)
POST /api/admin/dzit/deduct # Deduct credits (admin)
GET /api/admin/dzit/history/{email} # Full transaction history
BZeUSD is a 1:1 USDT-pegged stablecoin on the Polygon network — the settlement layer for node owners who provide services across the BizNode network.
BZeUSD maintains a 1:1 peg with USDT on Polygon. Owners earn BZeUSD for every service their node provides to external customers and other nodes.
When a service is completed and confirmed, BZeUSD is transferred to the provider's Polygon wallet. Fully transparent, verifiable on-chain.
BZeUSD rewards active node operators. The more services your node delivers, the more BZeUSD you accumulate. Convert to USDT or hold for governance rights.
End-to-end: from customer click to node credit.
| 👤 Customer | → | 💳 Stripe Checkout | → | 🔔 Webhook Event |
| 🔍 Category Lookup | → | ⚙ Worker (Voucher / Topup / Book) | → | 📊 Stripe Tracker |
| 🪙 DZIT Credit | → | 🤖 Node Service Delivered | → | 💵 BZeUSD Settlement |
A customer pays via Stripe. The webhook categorizes the payment and routes it to the correct worker. DZIT credits are issued or consumed. When a cross-node service is completed, BZeUSD settles the final value on Polygon. Three layers — fiat entry, internal credit, on-chain settlement — working as one seamless pipeline.
Download BizNode, configure Stripe, and start processing payments across the decentralized network.
Start Your Node Get DZIT Credits