🎮 Game Payment Test

Test Unity payment integration before deploying to game

Token Packages

Payment Details

📡 API Endpoint

POST /api/game/payment/create
{
  "amount": 450,
  "tokens": 1000,
  "playerId": "test_player_123",
  "playerEmail": "player@example.com"
}