Get paid through the methods you already use.
One payment abstraction keeps provider logic in a single place instead of scattered across your app. Accept automated payments through Stripe and PayPal, or record manual methods like Venmo, Cash App, check, and cash — all reconciled against the same orders.
This page describes the platform's intended payment capabilities. Some provider wiring is still in progress — we describe what the abstraction is built to do, not more than it does.
Provider logic in one place, not spread everywhere.
A single payment layer sits between your business and each provider. Adding, configuring, or swapping a provider happens in one place — the rest of the platform just asks to be paid.
Per-tenant configuration
Each business connects its own providers with its own credentials and settings.
Per-environment configuration
Test and production providers are configured separately so live money is never at risk during testing.
Test mode
Exercise the full payment flow with provider test credentials before going live.
Real-time payments through Stripe and PayPal.
Automated providers confirm payment instantly and post events back to the platform, so orders and receipts update without manual work.
Stripe
AutomatedCard & recurring billing
- PaymentIntents for one-time charges
- Saved customer references
- Subscriptions & recurring billing
- Connect for tenant onboarding
- Refunds
PayPal
AutomatedWallet checkout
- Hosted checkout approval
- One-time payments
- Order capture
- Refunds
Venmo, Cash App, check, and cash — done honestly.
Venmo and Cash App do not offer a direct payment API for this use, so these are manual methods. Each business adds its own handle or username and a QR code; the customer pays directly, the payment is recorded as pending, and you reconcile it manually.
We never imply an automated Venmo or Cash App integration exists. These methods are recorded and reconciled by you, with the same order tracking as automated payments.
Venmo
Manual
Handle & QR code
Cash App
Manual
Cashtag & QR code
Check
Manual
Recorded & reconciled
Cash
Manual
Recorded & reconciled
Everything a business needs to take money.
From a single checkout to recurring platform billing, the payment layer covers the full lifecycle of a payment and keeps it tied to the right order.
One-time payments
Charge for a single order, service, or invoice through any configured provider.
Platform subscriptions
Bill tenants for their VioletNexus plan on a recurring schedule.
Tenant product sales
Let each business sell its own products and take payment at checkout.
Service payments
Collect for bookings, jobs, and services tied to your operations.
Payment links
Send a hosted link to request payment without a full checkout flow.
Checkout sessions
Run a complete provider-hosted checkout for store orders.
Refunds
Issue full or partial refunds and reflect them on the original order.
Webhook processing
Ingest provider events to keep payment and order state in sync.
Payment status
Track every payment through pending, completed, failed, and refunded states.
Order reconciliation
Match payments to orders — including manually recorded methods — cleanly.
Receipts
Generate receipts customers can keep for their records.
Failed-payment handling
Detect declines and route them into retries or follow-up workflows.
Money moves — so the guardrails come first.
Payment security is foundational to the abstraction, not a setting you have to remember to turn on.
No raw card data
Card numbers and CVV are never stored on our servers — sensitive details stay with the provider.
Server-side keys
Private provider keys live only on the server and never reach the browser.
Signature-verified webhooks
Every inbound provider event is cryptographically verified before it is trusted.
Idempotent & replay-safe
Duplicate and replayed events are de-duplicated so a payment is never processed twice.
Inbound webhooks are logged and retry-safe. VioletNexus does not claim third-party compliance certifications it has not independently obtained.
One place to accept, track, and reconcile every payment.
Start free and connect the providers and methods your customers already use.