API URL
URLs for the Sandbox and Production environments.
The Sandbox environment is a testing environment provided by "MIS Pay" where merchants can safely test and validate their integration without affecting live transactions. It allows merchants to simulate real-world scenarios and verify the functionality of their integration without any financial implications.
On the other hand, the Production environment is the live environment where actual transactions take place. It is the fully operational environment that interacts with real-world payment systems, financial institutions, and customers. Merchants should ensure that their integration is thoroughly tested in the Sandbox environment before moving to Production to ensure a smooth and error-free experience for their customers.
Please refer to the following URLs based on your requirements:
BASE_URL = "https://api-sandbox.mispay.dev/v1/api/"
These URLs are important for correctly directing your API requests to either the testing or live environment. Ensuring the appropriate BASE_URL is used is vital for the success of your integration.
Updated 7 months ago
