CONNECT

Let third parties build on Pebbles rails.

Vendors, lenders, insurers, and app developers integrate via API. One platform, full financial services.

const pebbles = require('pebbles');

const wallets = await
  pebbles.wallets.list({
    status: 'active',
    limit: 20
  });

console.log(wallets.data.length);
// 20
API

A complete REST API for financial operations

Create wallets, initiate transfers, check balances, manage subscriptions, and verify identities — all through a single, consistent API with predictable resource-based URLs.

  • RESTful endpoints with JSON responses
  • API key and JWT authentication
  • Sandbox environment for development
  • Rate limiting with clear headers
API Endpoints
POST/v1/wallets
Create wallet
GET/v1/wallets/:id
Get wallet
POST/v1/transfers
Initiate transfer
GET/v1/banks
List banks
POST/v1/banks/resolve
Resolve account
Webhooks

Real-time event notifications

Subscribe to events like wallet.credited, transfer.completed, subscription.renewed. We deliver them to your endpoint with automatic retries and signature verification.

  • 20+ event types across all products
  • Automatic retry with exponential backoff
  • HMAC signature verification
  • Event log with replay capability
Recent Events
wallet.credited
2s ago
delivered
transfer.completed
14s ago
delivered
subscription.renewed
1m ago
delivered
kyc.verified
3m ago
delivered
SDKs

Client libraries for every stack

Official SDKs for Python, JavaScript, and PHP. Type-safe, well-documented, and maintained. Or use the REST API directly — your choice.

  • Python, JavaScript, PHP libraries
  • Type-safe with full IDE support
  • Automatic pagination handling
  • Built-in error handling and retries
J
JavaScript
npm install @pebbles/sdk
P
Python
pip install pebbles-sdk
P
PHP
composer require pebbles/sdk
Marketplace

A marketplace of financial services

Vendors, lenders, and insurers list their products. Employees discover and subscribe. Collections happen automatically at payroll. Everyone wins.

  • Vendor onboarding and verification
  • Product listing and discovery
  • Automatic payroll-level collection
  • Revenue sharing and settlement
Marketplace Partners
GDL+
Investment
342 subscribers
AXA Mansard
Insurance
215 subscribers
FitLife Gym
Wellness
89 subscribers
Korapay
Payments
156 subscribers

Ready to get started?

Explore the platform or talk to our team about the use case that fits your business.

Get startedContact sales
© 2026 THCOpebbles.financial