Staging Environment
The Fluz staging environment lets you explore the platform’s features and functionality. It is intended for experimenting, building integrations, and training your team.
Production Environment
Purpose: The live environment is where you can actively make purchases, earn cashback, and manage your account. All interactions in this environment are performed using real data and have real-world consequences. Data Usage: Only use real and verified data in the live environment. Ensure that all data is accurate and intended for production use, as actions in this environment will affect your actual account and cannot be undone. GraphQL Endpoint: The live environment has its own dedicated GraphQL endpoint, separate from the staging environment — see the endpoint table above.Important Considerations
Security: To safeguard your data and your customers’ privacy, never use production data in the staging environment. This includes avoiding the use of any real customer details, financial information, or PII in your test scenarios. Transitioning from Staging to Live: Before moving your application from staging to live, thoroughly test all functionalities in the staging environment. Ensure that your application behaves as expected in all scenarios and that any bugs are resolved.Ready to Get Started?
Are you ready to start integrating with Fluz? Follow these steps:- Create a Fluz Account: If you don’t already have an account, sign up for one on the Fluz platform.
- Set Up Developer Access:
- Click your avatar in the top-right corner.
- Navigate to ‘Apps and Integrations.’
- Click ‘Create Developer Account’ and fill out the required information.
- Explore the Staging Environment: Use the staging environment to test your integration. Access the staging GraphQL endpoint and begin experimenting with Fluz API’s features.
- Build and Test Your Application: Develop your integration, test it thoroughly, and ensure it meets your business needs.
- Transition to the Live Environment: Once testing is complete and you’re confident in your application’s performance, switch to the live environment. Remember, all actions in this environment will have real-world consequences.
Next steps
Explore sandbox test data
Test merchants, bank cards, bank accounts, KYC flows, and addresses — everything staging is stocked with.
Idempotency
How to safely retry money-moving mutations without creating duplicates — in either environment.