Skip to main content

Platforms & Marketplaces

Yabetoo’s platform ecosystem provides everything you need to integrate payments into your applications, connect with popular platforms, and build marketplace solutions that scale across Africa and beyond.

Marketplace Solutions

Build powerful marketplace platforms with Yabetoo’s comprehensive payment infrastructure:

Multi-Vendor Payments

Enable multiple sellers to accept payments on your platform with automated disbursements and escrow services.
// Create a marketplace payment
const payment = await yabetoo.payments.create({
  amount: 10000,
  currency: 'XOF',
  marketplace: {
    seller_id: 'seller_123',
    commission_rate: 0.05, // 5% platform fee
    escrow_days: 7
  },
  customer: {
    email: '[email protected]'
  }
});

Escrow Services

Protect both buyers and sellers with our built-in escrow system that holds funds until delivery confirmation.

Automated Disbursements

Automatically distribute payments to sellers with configurable schedules and fee structures.

Developer Resources

Case Studies

See how leading businesses are using Yabetoo’s platform solutions:

Getting Started

1

Choose Your Integration

Browse our integrations to find the right solution for your platform.
2

Set Up Your Account

Create your Yabetoo account and get your API keys from the dashboard.
3

Follow the Guide

Use our step-by-step integration guides to implement Yabetoo in your application.
4

Test & Deploy

Test your integration in our sandbox environment, then go live with confidence.

Support & Resources