Welcome to INVO Network

The INVO Network API is the world's most comprehensive cross-title financial infrastructure, supporting 60M+ users with enterprise-grade security. It serves games and platforms alike: build secure value transfers, enable person-to-person transactions, monetize cross-title engagement, and boost your revenue with our battle-tested platform.

What Makes INVO Network Different?

Unlike traditional single-title payment systems, INVO Network creates a unified financial ecosystem across everything you ship. Players can transfer currency between the titles they use, send currency to friends across different titles, and maintain their value even when switching between titles in your portfolio.

Core Capabilities

Cross-Game Self-Transfers

Move YOUR currency between the different titles you use. Perfect for portfolio management and cross-title progression.

  • • SMS verification for security
  • • Claim codes for receiving
  • • Cross-game only transfers
  • • 10% platform fee structure

Player-to-Player Sends

Send currency to OTHER players using phone numbers. Works within the same title or across different titles.

  • • Phone-based recipient targeting
  • • Automatic SMS delivery to recipients
  • • Same-title and cross-title support
  • • Automatic player account creation

Currency Purchases

Real money to virtual currency conversion with saved payment methods and fraud protection.

  • • Secure card processing with 3D Secure
  • • Saved payment methods
  • • Real-time fraud detection
  • • Comprehensive purchase history

Scalable Player Management

Real-time player balance queries supporting 60M+ users with batch processing and streaming APIs.

  • • Batch operations (100K players)
  • • Real-time balance streaming
  • • Multi-title player tracking
  • • Comprehensive activity history

Enterprise Security

Advanced security with SMS verification, velocity limits, spending controls, and real-time fraud detection.

  • • SMS two-factor authentication
  • • Circuit breakers for reliability
  • • Comprehensive rate limiting
  • • Real-time fraud prevention

Developer Experience

RESTful API with comprehensive examples for Unity, Unreal, and Godot. Get up and running in minutes.

  • • Multi-engine code examples
  • • Comprehensive documentation
  • • Sandbox testing environment
  • • Dedicated developer support

Why Choose INVO Network?

Unified Cross-Title Ecosystem

  • • Players retain value when switching between your titles
  • • Cross-title community building and engagement
  • • Shared revenue opportunities between titles
  • • Portfolio-level player lifetime value optimization

Proven Revenue Impact

  • • Reduce player churn through cross-title value retention
  • • Increase player lifetime value across your portfolio
  • • Generate revenue from transaction fees (10% total)
  • • Enable new monetization strategies and features

Enhanced Player Experience

  • • Seamless value transfer between titles
  • • Player-to-player gifting and transactions
  • • Automatic SMS notifications for all operations
  • • Intuitive claim code system for receiving funds

Enterprise-Grade Infrastructure

  • • 99.9% uptime SLA with automatic failover
  • • Supports 60M+ concurrent players
  • • SOC 2 and PCI DSS compliance ready
  • • Real-time monitoring and comprehensive analytics

Understanding Transfers vs Sends

Cross-Game Self-Transfers

For moving your own currency between the different titles you use.

  • Who: You → Yourself in another title
  • Titles: Must be different titles (cross-title only)
  • Claiming: You manually enter the claim code
  • Use case: Portfolio management, moving funds between your titles

Player-to-Player Currency Sends

For sending currency to other players via their phone number.

  • Who: You → Another player (identified by phone)
  • Titles: Same title or different titles
  • Claiming: Claim code automatically sent via SMS
  • Use case: Gifting, player trades, peer-to-peer transactions

Quick Integration Example

Here's a simple example of getting a player's balance with the INVO Network API:

// Get player balance by email
const response = await fetch(
  'https://invo.network/api/player-balances/player/by-email/player@example.com',
  { headers: { 'X-Game-Secret-Key': 'YOUR_SDK_KEY' } }
);

const result = await response.json();

// Example response:
{
  "player": {
    "player_id": 12345,
    "player_name": "John Doe",
    "player_email": "player@example.com",
    "identity_id": "f3a1b8c0d4e5...",
    "date_joined": "2024-01-15T10:30:00Z"
  },
  "balances": [
    {
      "currency_id": 1,
      "currency_name": "Gold Coins",
      "available_balance": "1500.00",
      "reserved_balance": "100.00",
      "total_balance": "1600.00"
    }
  ],
  "summary": {
    "total_value": "1600.00",
    "currency_count": 1,
    "has_funds": true
  },
  "last_updated": "2024-12-09T12:34:56Z"
}

Ready to Get Started?

Explore the API

Browse our comprehensive API documentation with examples for Unity, Unreal, and Godot.

Quick Integration

Start with player balance management and add cross-title features as your needs grow.

Enterprise Support

Get dedicated support, custom rate limits, and SLA guarantees for your production deployment.

Trusted by Developers Worldwide

Built for scale, designed for developers, optimized for revenue

60M+
Active Players
99.9%
Uptime SLA
100K
Batch Size
24/7
Enterprise Support