🎮 Game Payment Test
Test Unity payment integration before deploying to game
Token Packages
Starter Pack
500 tokens
25 GMD
Silver Pack
1,200 tokens
50 GMD
Gold Pack
2,500 tokens
100 GMD
Platinum Pack
5,500 tokens
200 GMD
Diamond Pack
12,000 tokens
450 GMD
Payment Details
Amount (GMD)
Tokens
Player ID
Email (optional)
🚀 Test Payment
📡 API Endpoint
POST /api/game/payment/create
{
  "amount": 450,
  "tokens": 1000,
  "playerId": "test_player_123",
  "playerEmail": "player@example.com"
}
📖 Unity Integration Guide