Any service that needs recurring payments from employees plugs into Pebbles Collect. Loans, insurance, subscriptions, cooperatives — 99% collection rate because we sit at payroll.
No technical knowledge required. Create a subscription or product in the Pebbles dashboard, get a payment link, share it anywhere. For coaches, creators, cooperatives, landlords, churches.
REST API for creating plans, managing subscriptions, and checking entitlements. Drop the Pebbles SDK into your app and let your users pay with their wallet.
const pebbles = require('@pebbles/sdk'); const plan = await pebbles.plans.create({ name: 'Premium Monthly', amount: 25000, interval: 'monthly', currency: 'NGN' }); const sub = await pebbles.subscriptions .create({ plan: plan.id, employee: 'emp_9x2kf4', start_date: '2026-04-01' }); console.log(sub.status); // "active"
Track MRR, collection success rates, churn, and revenue by cohort. Understand exactly how your recurring revenue performs.
Explore the platform or talk to our team about the use case that fits your business.