Onboarding Checklist
About 227 wordsLess than 1 minute
1. Set Up Production Environment Account
Warning
Test environment and production environment accounts are independent, and appId cannot be shared between them.
2. Configure Server IP Whitelist
- Add your company’s server IP to the business system whitelist and notify customer service to include this IP in the firewall’s allowed list to avoid API request failures.
- Add our IP addresses
110.239.95.6, 190.92.219.18
to the whitelist to ensure the callback functionality works correctly. - Since our servers are mainly concentrated in the Singapore region, if your server is located in Europe or the Americas, please set the HTTP connection timeout and read timeout to at least 2 seconds to prevent connection issues.
3. Production Environment Testing
- Use real information for testing to validate business functionalities.
- Ensure compliance with collection and payment limit requirements.
- Test order status and API integration, including:
- Incomplete, invalid, or illegal parameters.
- Duplicate request behavior.
- It is recommended to involve non-developers in the testing process.
- Test all error codes and statuses to ensure that the code is robust and can handle common errors and potential exceptions.
- Configure the production environment callback URL, handle real-time and duplicate callbacks appropriately, and ensure system idempotency.
- Regularly update and protect the API keys to avoid exposure in code repositories or version control systems.