Development Environment
GameShift offers two environments for its features: “development” and “production”. The development GameShift environment connects to Solana's devnet network. The API key in use determines the environment. All of GameShift’s features are available across both environments, with a few key differences:
- Development:
- The development environment is slower, and does not support as many simultaneous transactions as the production environment
- You cannot test the API with real credit cards
- Production:
- Certain features (like credit cards) are only enabled after completing KYB
- Using the API will incur charges
We recommend you start with the “development” environment, then move to “production” when you’re ready to officially test your game.
Payments in the Development Environment
When you make a payment in the development environment, use a test credit card from the table below, any expiry date in the future, and any 3-digit CCV to complete the transaction. Note: there is a $25 dollar limit on the transaction size in the development environment. Use zip code 99999
to simulate a failed transaction.
Card | Number |
---|---|
Visa | 4111 1111 1111 1111 |
Mastercard | 5431 1111 1111 1111 |
American Express | 6011 1111 1111 1117 |
Discover | 3782 822463 10005 |
Updated 7 months ago