Welcome to INVO Network

The INVO Network API is the world's most comprehensive cross-game financial infrastructure, supporting 60M+ users with enterprise-grade security. Build secure value transfers, enable player-to-player transactions, monetize cross-game engagement, and boost your revenue with our battle-tested platform.

What Makes INVO Network Different?

Unlike traditional single-game payment systems, INVO Network creates a unified financial ecosystem across all your games. Players can transfer currency between games they play, send currency to friends across different games, and maintain their value even when switching between games in your portfolio.

Core Capabilities

Cross-Game Self-Transfers

Move YOUR currency between different games you play. Perfect for portfolio management and cross-game 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 same game or across different games.

  • • Phone-based recipient targeting
  • • Automatic SMS delivery to recipients
  • • Same-game and cross-game 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-game 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-Game Ecosystem

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

Proven Revenue Impact

  • • Reduce player churn through cross-game 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 games
  • • 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 different games you play.

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

Player-to-Player Currency Sends

For sending currency to other players via their phone number.

  • Who: You → Another player (identified by phone)
  • Games: Same game or different games
  • 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-game features as your needs grow.

Enterprise Support

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

Trusted by Game 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