> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yabetoopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platforms & Marketplaces

> Build, integrate, and scale with Yabetoo's platform ecosystem. Connect to popular platforms, discover marketplace solutions, and access developer tools.

# 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.

<CardGroup cols={2}>
  <Card title="E-commerce Platforms" icon="shopping-cart" href="/en/platforms/integrations">
    Connect Yabetoo to Shopify, WooCommerce, Magento, and other popular e-commerce platforms with pre-built integrations.
  </Card>

  <Card title="Marketplace Solutions" icon="layers" href="/en/platforms/marketplace">
    Build and scale marketplace platforms with our comprehensive suite of tools for multi-vendor payments, escrow, and disbursements.
  </Card>

  <Card title="Developer Tools" icon="code" href="/en/platforms/developer-resources">
    Access our SDKs, APIs, and developer resources to build custom integrations and applications.
  </Card>

  <Card title="Partner Program" icon="users" href="/en/platforms/partners">
    Join our partner ecosystem and grow your business with Yabetoo's platform solutions.
  </Card>
</CardGroup>

## Popular Integrations

<CardGroup cols={3}>
  <Card title="WordPress" icon="wordpress" href="/en/platforms/wordpress">
    Accept payments on WordPress sites with our official plugin. Works seamlessly with WooCommerce.
  </Card>

  <Card title="Shopify" icon="shopify" href="/en/platforms/shopify">
    Expand your Shopify store with local and international payment methods across Africa.
  </Card>

  <Card title="Magento" icon="magento" href="/en/platforms/magento">
    Integrate Yabetoo payments into your Magento store with our official extension.
  </Card>
</CardGroup>

## 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.

```javascript theme={null}
// 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: 'buyer@example.com'
  }
});
```

### 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

<CardGroup cols={2}>
  <Card title="SDKs & Libraries" icon="code" href="/en/platforms/developer-resources/sdk">
    Official SDKs for PHP, Java, Node.js, Python, and more.
  </Card>

  <Card title="API Reference" icon="book" href="/en/api-reference">
    Complete API documentation with interactive examples and code samples.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/en/developer-tools/webhook">
    Real-time event notifications for payment updates and platform events.
  </Card>

  <Card title="Testing Tools" icon="flask" href="/en/developer-tools/test">
    Sandbox environment and testing tools for development and QA.
  </Card>
</CardGroup>

## Case Studies

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

<CardGroup cols={2}>
  <Card title="Fashion E-commerce" icon="shirt" href="/en/platforms/examples/fashion-store">
    Learn how AfriStyle Boutique increased conversion rates by 24% with Yabetoo's checkout optimization.
  </Card>

  <Card title="Marketplace Platform" icon="layers" href="/en/platforms/examples/marketplace">
    Discover how a pan-African marketplace processed \$5M+ in transactions using our multi-vendor solutions.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Choose Your Integration">
    Browse our [integrations](/en/platforms/integrations) to find the right solution for your platform.
  </Step>

  <Step title="Set Up Your Account">
    Create your Yabetoo account and get your API keys from the [dashboard](https://app.yabetoo.com).
  </Step>

  <Step title="Follow the Guide">
    Use our step-by-step integration guides to implement Yabetoo in your application.
  </Step>

  <Step title="Test & Deploy">
    Test your integration in our sandbox environment, then go live with confidence.
  </Step>
</Steps>

## Support & Resources

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="/en/developer-tools">
    Comprehensive guides, tutorials, and API documentation.
  </Card>

  <Card title="Community" icon="users" href="https://community.yabetoo.com">
    Join our developer community for support and best practices.
  </Card>

  <Card title="Support" icon="headphones" href="mailto:support@yabetoo.com">
    Get help from our technical support team.
  </Card>

  <Card title="Status Page" icon="activity" href="https://status.yabetoo.com">
    Monitor Yabetoo's service status and uptime.
  </Card>
</CardGroup>
