Environments
A simple view in our Environments
Our RESTful API supports responses in JSON format and operates in two main environments, each tailored to specific industry needs:
- IGaming (paybrokers.com): Designed for iGaming providers.
Both environments include Sandbox and Production modes, allowing for seamless testing and deployment.
Getting Started with Integration
We recommend beginning your integration process in the Sandbox environment to ensure a smooth and error-free setup. Once your integration is successfully validated, transitioning to the Production environment is straightforward—just update the endpoint URL and your access credentials.
PayBrokers Environment
DESCRIPTION | URL |
---|---|
Sandbox API | api.sandbox.paybrokers.com/v1 |
Sandbox Partners Portal (Operators) | partners.sandbox.paybrokers.com |
Production API | api.paybrokers.com/v1 |
Production Partners Portal (Operators) | partners.paybrokers.com |
Sandbox Environment: Safe Testing and Simulation
The Sandbox Environment is a risk-free environment designed for testing and simulating transactions without any real financial impact. Obtain credentials from the Paybrokers team to begin.
Key Sandbox Features:
- Administrative Panel: Manage Sandbox accounts, transactions, generate API credentials, and monitor activity.
- Webhook Notification Server IPs: Ensure smooth integration by whitelisting IPs for notifications:
- 54.210.130.238
- 184.73.181.219
- Postman Collection: Simplify your integration process with our Postman Collection.
Important:
The Production Environment handles live financial transactions with real money. Thorough testing in the Sandbox Environment is mandatory before moving to Production. The Paybrokers team will provide the necessary configurations to ensure secure and efficient operation.
The Paybrokers team will provide you with the necessary production configuration details to finalize your integration. This will ensure the secure and efficient execution of all financial transactions.
Next: Access Credentials
In the following section, Access Credentials, we'll guide you through the step-by-step process to get your Access Credentials. This will make it possible to test our first and one of the most important services in our APIs: the authentication service.
Updated about 1 month ago