Pay employees, move money, collect recurring payments, verify identities, and power third-party integrations from a single platform.
Run your business on a reliable platform that adapts to your needs, from your first employee to your ten-thousandth.
await pebbles.create({ amount: 5000 });
Onboard, operate, and scale your financial operations in one platform.
Payroll, wallets, collections, transfers, compliance — all sharing the same ledger, the same data, the same employee record. No reconciliation needed.
Compute salaries, deliver benefits through vendors, handle tax filing, and disburse funds to employee wallets in one workflow.
Lenders, insurers, and cooperatives plug into Pebbles to deduct directly from payroll. Zero default risk, guaranteed collection.
Issue wallets to your users, enable peer-to-peer transfers, manage spending limits, and track every transaction in real-time.
Integrate the Pebbles SDK. Let users pay with their wallet. Collect subscriptions, process payouts, and manage billing via API.
Clean REST endpoints, predictable responses, comprehensive webhooks, SDKs in every major language.
// Create wallet + fund + collect const wallet = await pebbles.create({ owner: 'emp_adebayo', tier: 2 }); await pebbles.transfers.send({ to: wallet.id, amount: 285000, ref: 'PAYROLL-MAR' }); await pebbles.collect.subscribe({ plan: 'health_monthly', amount: 5000 });
Dashboard, pre-built connectors, or full API — start building in minutes.
1 const pebbles = require('pebbles')( 2 'sk_live_...' 3 ); 4 5 await pebbles.wallets.create({ 6 owner: 'emp_9x2kf4', 7 tier: 2 8 });
Tell us about your use case and we'll show you how Pebbles fits your roadmap.