Managed creator payments
Own the money layer your creators experience.
Soledgic gives creator platforms hosted checkout, ledgered revenue splits, wallet balances, holds, payout eligibility, and ACH payouts - with every cent traceable.
No credit card required · Full platform access from day one
Money loop
Run the creator-payment flow in sandbox first.
Create a participant, start a checkout, complete it in sandbox, split the sale, hold funds, release them, and request payout. The API returns the ledger state behind each step, so the value is visible before live rails are involved.
Accept Payments
Hosted checkout sessions and direct charges that post to a double-entry ledger on completion, then expose the result through balances, activity, receipts, and webhooks.
checkout · atomic writeAtomic Splits
Platform fees, creator earnings, and holds applied in the same transaction as the payment. One sale creates the payable state your product can show immediately.
revenue split · same txWallets
Every creator gets a real-time earnings balance and activity feed powered by the same ledger entries your operators can audit.
balance · immutableThe ledger
Money out, accounted for in double-entry form.
A product ledger for every cent moving through your platform, with reconciliation hooks across processor events, ledger entries, and bank activity.
Reconciled Ledger
Processor events, ledger entries, and bank activity stay linked so operators can investigate differences from one financial trail.
immutable trail · audit readyPayout Operations
Check payout eligibility, verify KYC/KYB status, and trigger ACH transfers programmatically. Full audit trail on every payout.
ach · eligibility checksRisk Controls
Behavioral signals and fraud policies help route holds, reviews, and releases through explicit platform rules.
policy engine · automaticTax & Compliance
1099 workflows, W-9 collection, and immutable receipts are part of the same participant and ledger model.
1099 · w-9 · receiptsDeveloper-first
Ship payment features in hours, not months.
The Soledgic TypeScript SDK gives you typed access to the creator-payment surface - checkout, wallets, payouts, webhooks, and compliance workflows - from one API.
- Full TypeScript SDK with end-to-end type coverage
- Sandbox environment with test helpers and scenario fixtures
- Signed webhooks with automatic retry and replay protection
- Idempotent API - safe to retry without double-charging
- KYC / KYB checks built into the payout flow
- Holds, reversals, and refunds included as first-class workflows
import { Soledgic } from '@soledgic/sdk';
const client = new Soledgic({ apiKey: process.env.SOLEDGIC_KEY });
// Onboard a creator - sets up the wallet ledger identity and split
await client.creators.upsert({
externalCreatorId: 'creator_maya',
displayName: 'Maya Chen',
email: 'maya@example.com',
defaultSplitPercent: 95, // creator keeps 95%
});
// Create a checkout - revenue split posts atomically
const session = await client.purchases.create({
creatorId: 'creator_maya',
amount: 12000, // $120.00
productName: 'UX Fundamentals Course',
successUrl: 'https://your-platform.com/success',
});
// -> ledger updated on payment confirmation
// -> creator balance +$114.00 | platform fee +$6.00
// Request ACH payout when creator is eligible
await client.payouts.request({
participantId: 'creator_maya',
amount: 11400,
referenceId: 'payout_may_2026',
});Our belief
Creator platforms should own the financial experience they show their users.
Soledgic packages the wallet ledger, payout workflow, and sandbox loop behind the product primitives creator platforms need first.
Built for
The wallet ledger behind creator commerce.
Use Soledgic when your product needs balances, splits, holds, payout eligibility, and audit-ready activity for many creators.
Creator Marketplaces
Platforms where creators sell digital products, templates, or assets. Multi-vendor payouts, platform fees, refunds, and creator wallets at any scale.
digital commerceOnline Course Platforms
Take payments, split instructor revenue, track earnings by course, and pay out on schedule. 1099 reporting and compliance tooling built in from day one.
educationMembership & Subscriptions
Recurring billing, wallet funding, and creator payouts that scale with your community. Membership tiers on rails designed for high-volume monetization.
communityPricing
Start with managed creator payments.
Sandbox access is free. Live card transactions use one platform fee for hosted checkout, wallet ledgering, and the creator-payment workflow.
Free
3.5% + 30¢ fee per successful USD card transaction
- Checkout and payment orchestration
- Creator wallets, balances, and activity feeds
- Atomic revenue splits, holds, and ledger entries
- Payout operations with KYC/KYB eligibility checks
- Tax-ready records: 1099 workflows, W-9 collection
- Risk engine and fraud policy controls
- Signed webhooks and TypeScript SDK
- Sandbox, team access, and email support
Custom
Custom terms for larger platforms
- Custom transaction terms
- Operator-managed billing
- Dedicated implementation support
- Custom controls and review
- Priority support
No credit card required for sandbox. Enterprise teams can contact sales@soledgic.com.
Ready to build on Soledgic?
Get started free. No credit card required. Full platform access from day one.
Start Building Free